Endpoints Overview

Bind current owner wallet address to a publisher

post

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

ownerstringRequired

Wallet address of the owner

Example: 0x1234567890abcdef1234567890abcdef12345678
Responses
200

Ownership successfully bound

application/json
post
/api/project/{uid}/ownership

Last updated