v21

latestOpenAPI 3.1.0raw.githubusercontent.com2025-05-22122299.2 KB

Validate API Key

Validates the provided API key. Use this endpoint to check if your API key is valid and active.

post/v1/auth/validate

Response

API key is valid and active

messagestring
statusinteger

Example response

{
  "message": "Token is valid!",
  "status": 200
}
All 12 operations