Skip to main content
POST
Verify Session

Authorizations

Authorization
string
header
required

Auth Platform API includes all the Auth related features. All Users, Phone Numbers, Emails, and OTPs are associated with an App as the container.

Endpoints only accept App's Secret API keys other than certain endpoints that are used client side or via SDK that accept the public_token.

Authentication using App Api Key

Header:

Authenticated Request

Body

application/json
session_token
string

Required if session_jwt not present Unique Session Token to verify.

Minimum string length: 1
session_jwt
string

Required if session_token not present Unique Session JWT to verify.

Response

200 - application/json

OK

session
Session · object
required
session_token
string
required
Minimum string length: 1
session_jwt
string
required