Endpoints Overview
Associates a given owner wallet address with a publisher within a specific project.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
uidstringRequired
Project ID
Body
publisherstringRequired
Unique identifier of the publisher
ownerstringRequiredExample:
Wallet address of the owner
0x1234567890abcdef1234567890abcdef12345678Responses
200
Ownership successfully bound
application/json
400
Invalid input (e.g., malformed wallet address)
401
Unauthorized (missing/invalid token)
404
Project or publisher not found
post
/api/project/{uid}/ownershipLast updated