Cowdidocs
API ReferenceMy merchant invitations

List Mine_2

GET
/v1/user/invitations/merchants

Response Body

application/json

curl -X GET "https://example.com/v1/user/invitations/merchants"
[  {    "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"  }]