v1

latestOpenAPI 3.0.3Proprietary2026-07-13261150.7 KB
Utility

Validate API Key

Validate an API key without performing any billable operations. Useful for Live API Console widgets and key verification.

post/api/v1/auth/validate-key

Request body

api_keystring required

Example request

{
  "api_key": "vri_live_xxxxxxxxxxxx"
}

Response

API key is valid

statusstring
messagestring

Example response

{
  "status": "valid",
  "message": "API key is valid"
}