latestOpenAPI 3.1.02026-07-132363652.9 MB
f86d2bdbcb08
Auth
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"
}
}