v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBKey Management
Validate API key
Check if the API key is valid. Returns the organization UUID, API key ID, and associated scopes.
get/api/v2/validate
Response
OK
Example response
{
"data": {
"attributes": {
"api_key_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
"api_key_scopes": [
"remote_config_read"
],
"valid": true
},
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "validate_v2"
}
}