v1

latestOpenAPI 3.0.32026-07-262499981.2 MB
APIKeyValidatorService

CreateAPIKeyReq

Validates an API key.

post/v1/auth/api-key/validate

Request body

keystring required

The unique identifier of the API key.

secretstring required

The secret associated with the provided API Key.

validboolean

Valid returns if the API key and secret pair are valid.

Response

A successful response.

keystring required

The unique identifier of the API key.

secretstring required

The secret associated with the provided API Key.

validboolean

Valid returns if the API key and secret pair are valid.