Check Phone Island token (legacy endpoint) Deprecated

GET /authentication/phone_island_token_check

Responses

  • 200 application/json

    Token state

    Hide response attribute Show response attribute object
    • exists boolean
  • 401

    Unauthorized

GET /authentication/phone_island_token_check
curl \
 --request GET 'https://middleware.example.com/api/authentication/phone_island_token_check' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "exists": true
}