Substy Developers
Account and agency

Get agency profile

Read the selected agency’s ID, name, slug and imageUrl. Use its exact name as confirmation when requesting agency deletion.

GET/v1/agencies/{agencyId}/profile

Read the selected agency’s ID, name, slug and imageUrl. Use its exact name as confirmation when requesting agency deletion.

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/profile" \  -H "Authorization: Bearer YOUR_API_KEY"
{  "data": {    "id": "string",    "name": "string",    "slug": "string",    "imageUrl": "string"  },  "meta": {    "requestId": "string"  }}