curl --request GET \
--url http://co-mind-platform-host/v1/api-tokens/scopes \
--header 'Authorization: Bearer <token>'{
"scopes": [
"<string>"
],
"is_admin": true
}Get the list of available scopes for the authenticated user and whether they are an admin.
curl --request GET \
--url http://co-mind-platform-host/v1/api-tokens/scopes \
--header 'Authorization: Bearer <token>'{
"scopes": [
"<string>"
],
"is_admin": true
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>