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
Example request
{
"api_key": "vri_live_xxxxxxxxxxxx"
}Response
API key is valid
Example response
{
"status": "valid",
"message": "API key is valid"
}