Skip to content

Verify Token

GET
/api/v1/auth/verify
curl --request GET \
--url https://example.com/api/v1/auth/verify

Verify the current token.

This endpoint can be used to check if a token is still valid.

Returns: Verification status message

X-Environment-Id
Any of:
string

Successful Response

Media typeapplication/json
Response Verify Token Api V1 Auth Verify Get
object
key
additional properties
string
Examplegenerated
{
"additionalProperty": "example"
}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}