POST
/
v1
/
apikey
"123456"

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Successfully validated.

The response is of type string.

Example:

"123456"