latestOpenAPI 3.1.02026-08-145096557.0 KB
1c983de099e2
identity-access
Get current identity
Returns details about the account that owns the API key used to authenticate the request
get/v1/account/my
Response
Successful Response
Example response
{
"identity_id": 1622,
"name": "John Doe",
"max_active_api_keys": 6,
"ip_subnets": [
"3.52.0.0/24",
"164.12.58.10/32"
]
}