Skip to main content
POST
Verify token.

Authorizations

Authorization
string
header
required

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

Body

application/json

Data needed for verifying authN and authZ.

method
string
required

The endpoint's method.

Example:

"POST"

endpoint
string
required

The endpoint's path.

Example:

"/certificates"

Response

Successful token verification.

statusCode
number

Request status code.

Example:

200

message
string

Message returned by the request.

Example:

"Token verified sucessfully"

data
string

Data returned by the request.

Example:

"Valid token"