Substy Developers
Account and agency

Get my agency membership status

Check whether the signed-in account's agency membership has been provisioned in Substy.

GET/v1/agencies/{agencyId}/account/membership-provisioning

Check whether the signed-in account's agency membership has been provisioned in Substy.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

agencyId*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agencies/string/account/membership-provisioning" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "provisioned": true  },  "meta": {    "requestId": "string"  }}