Validate Api Key
POST
/auth/api-keys/validate
Validate an API key.
This endpoint is used by consuming services to validate API keys. It does NOT require authentication (the API key is the credential).
Returns: Validation result with user_id, business_id, and scopes if valid
Note: This endpoint is public and should be rate-limited at the ALB/Cloudflare level.
Request Body required
Section titled “Request Body required ” ValidateAPIKeyRequest
Validate API key request.
object
key
required
Key
API key to validate
string
Responses
Section titled “ Responses ”Successful Response
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context