Skip to main content
POST
/
v3
/
keys
/
test
Test Key
curl --request POST \
  --url https://api.example.com/v3/keys/test \
  --header 'Authorization: Bearer <token>'
{
  "valid": true,
  "key_type": "<string>",
  "is_test": true,
  "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

valid
boolean
required
key_type
string
required
is_test
boolean | null
customer_id
string<uuid> | null