User endpoints
Retrieve current user
Annotation endpoints
API token endpoints
Dataset endpoints
Monitor endpoints
Notifier endpoints
User endpoints
Retrieve current user
Get current user
GET
/
user
curl --request GET \
--url https://api.axiom.co/v2/user
{
"email": "<string>",
"id": "<string>",
"name": "<string>",
"role": {
"id": "<string>",
"name": "<string>"
}
}
Was this page helpful?
curl --request GET \
--url https://api.axiom.co/v2/user
{
"email": "<string>",
"id": "<string>",
"name": "<string>",
"role": {
"id": "<string>",
"name": "<string>"
}
}