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
}

Changes

Changed in 1 of the 20 revisions of this API.13

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • added the optional property message to the response with the 200 status

      response-optional-property-added

    • added the optional property status to the response with the 200 status

      response-optional-property-added