cURL
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 } }
Returns the complete profile of the single agency linked to the authenticated workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object