Endpoints
Verify credentials
Validate the API credentials sent in the request headers
GET
Validates the credentials sent in the request headers.
This endpoint requires the
x-public-key and x-secret-key headers.Request example
Response
string
required
Credential name.
string[]
required
List of permissions assigned to the credential. Possible values include
PRODUCER_DATA, PRODUCER_TRANSACTIONS, PRODUCER_WITHDRAWS, and PRODUCER_CHECKOUT.boolean
required
Indicates whether the credential has all permissions. When
true, permissions may be empty while still granting full access.string
Credential expiration date in ISO 8601 format. Returns
null if the credential has no expiration date.Error responses
number
required
HTTP status code.
string
required
API error code.
string
required
Error message.

