Skip to main content
GET
/
regulatory
/
end-users
List End Users
curl --request GET \
  --url https://api.kallabot.com/regulatory/end-users \
  --header 'Authorization: Bearer <token>'
{
  "end_users": [
    {
      "sid": "<string>",
      "friendly_name": "<string>",
      "type": "<string>",
      "attributes": {},
      "account_sid": "<string>",
      "date_created": "2023-11-07T05:31:56Z",
      "date_updated": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

List of end users

end_users
object[]
required