cURL
curl --request GET \ --url https://app.fliqr.ai/api/accounts/admins \ --header 'X-ACCESS-TOKEN: <api-key>'
[ { "id": 123, "email": "<string>", "first_name": "<string>", "last_name": "<string>", "full_name": "<string>", "profile_pic": "<string>" } ]
Get all admins from a business account.
successful operation
Was this page helpful?