v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBApiKey
apiKey.info
Returns details for the API key used to make the request.
Requires the apiKeysRead permission.
post/apiKey.info
Request body
ApiKeyInfoRequest required
Response
Responses from the apiKey.info endpoint
Example response
{
"success": true,
"results": {
"title": "Ashby Automator Bot",
"createdAt": "2024-01-15T10:30:00.000Z",
"scopes": [
"apiKeys:read",
"candidates:read"
]
}
}