Cowdidocs
API ReferenceMy merchant invitations

Accept_1

POST
/v1/user/invitations/merchants/{invitationId}/accept

Path Parameters

invitationId*string

Response Body

application/json

curl -X POST "https://example.com/v1/user/invitations/merchants/string/accept"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "merchant_id": "500924a8-3f5e-4c00-beb8-2efcde988aea",  "email": "string",  "role": "merchant-financing-admin",  "status": "PENDING",  "created_at": "2019-08-24T14:15:22Z",  "resource_id": "string"}