v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Auth

Check the health of the authentication service

Check the health of the authentication service

post/api/v1/oauth2/healthcheck

Request body

tokenstring required

The token to check

Example request

{
  "token": "example_token_xyz123"
}

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": {
    "token": "example_token_xyz123"
  }
}