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 }
Get business account details.
successful operation
If false the admins of the bot can't access the dashboard.
Timestamp representing the date the bot was created
The total number of bot users.
Was this page helpful?