GET
/
v1
/
agency
Retrieve agency profile
curl --request GET \
  --url https://api.getmany.io/service/v1/agency \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "uid": "23b1f7fa-a3bc-41dd-9b89-301d8d9c8d50",
    "name": "PixelPioneers Studio",
    "description": "<string>",
    "timezone": "Europe/Kyiv",
    "connectsBalance": 324
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful response

The response is of type object.