POST
/
auth
curl --request POST \
  --url https://api.getflex.ai/v1/auth \
  --header 'Authorization: Bearer <token>'
{
  "auth": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Successful authentication
auth
boolean