v1
latestOpenAPI 3.1.02026-07-132363652.9 MBAuth
Check the health of the authentication service
Check the health of the authentication service
post/api/v1/oauth2/healthcheck
Request body
Example request
{
"token": "example_token_xyz123"
}Response
Success
Example response
{
"success": true,
"data": {
"token": "example_token_xyz123"
}
}