Skip to main content
GET
/
agency
/
current
Get agency
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>"
    }
  ]
}

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Response

Success

id
string | null
name
string | null
members
object[] | null