Skip to main content
POST
/
auth
/
verify
Verify link
curl --request POST \
  --url https://api.obselite.com/v0/auth/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "token": "<string>"
}'
{
  "isAuthenticated": true,
  "redirect": "<string>"
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Body

application/json
uuid
string<uuid>
required
token
string
required

Response

Successful response

isAuthenticated
boolean
required
redirect
string
required