Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.closebot.com/agency/current \ --header 'X-CB-KEY: <api-key>'
{ "id": "<string>", "name": "<string>", "members": [ { "accountId": "<string>", "role": "<string>", "authId": "<string>", "name": "<string>", "email": "<string>", "status": "<string>" } ] }
Retrieve the current agency details.
Currently, CloseBot accounts can only be part of one agency.
CloseBot API Key Authorization
Success
Show child attributes