v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
API Keys

Verify credential

Checks whether the bearer credential on this request is valid, without reading any data. Accepts an API key or an OAuth access token. Intended for clients that must validate a credential before use (for example an MCP server verifying an incoming token) so they do not have to call a data endpoint to do it.

get/v1/auth/verify

Response

Credential is valid

validboolean
userIdstring
authType'api_key' | 'oauth' | 'session'
scopestring nullable

Granted OAuth scopes, space-separated. Null for API keys.