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://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?