Collaborator

Add collaborator to brand

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_idstringRequired
Body
emailobjectRequired
Responses
200Success
application/json
post
/collaborator/invite/{brand_id}
200Success

Remove collaborator to brand

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_idstringRequired
user_idstringRequired
Responses
200Success
application/json
delete
/collaborator/remove/{brand_id}/{user_id}
200Success

Get all collaborators inside the brand

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
brand_idstringRequired
Responses
200Success
application/json
get
/collaborator/all/{brand_id}
200Success

Last updated