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-provisioningCheck whether the signed-in account's agency membership has been provisioned in Substy.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthResponse 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" }}