Skip to main content
GET
/
accounts
/
me
cURL
curl --request GET \
  --url https://app.fliqr.ai/api/accounts/me \
  --header 'X-ACCESS-TOKEN: <api-key>'
{
  "page_id": 123,
  "name": "<string>",
  "active": true,
  "created": 123,
  "total_users": 123
}

Authorizations

X-ACCESS-TOKEN
string
header
required

Response

200 - application/json

successful operation

page_id
integer<int64>
name
string
active
boolean

If false the admins of the bot can't access the dashboard.

created
integer<int64>

Timestamp representing the date the bot was created

total_users
integer<int64>

The total number of bot users.