Skip to content
Esc
navigateopen⌘Jpreview
Book a demo

Verify authentication (POST)

POST/v1/auth/verify
Responses
200Successful response
idstring
typestring
orgstring
gymstring
activeboolean
Request
curl -X POST "https://api.sendhelios.com/v1/auth/verify"
Response
{
  "id": "string",
  "type": "string",
  "org": "string",
  "gym": "string",
  "active": true
}