curl --request GET \
--url https://platform.kodexa.ai/api/account/admin \
--header 'x-api-key: <api-key>'trueReturns whether the currently authenticated user has platform admin privileges.
curl --request GET \
--url https://platform.kodexa.ai/api/account/admin \
--header 'x-api-key: <api-key>'trueDocumentation Index
Fetch the complete documentation index at: https://developer.kodexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Admin status
The response is of type boolean.