POST
/
account
/
api
/
v1
/
session
/
request

Authorizations

Authorization
string
header
required

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

Body

application/json
iosPushAuthorization
object
required
account
object
required
appSdkClientId
string
required
alertBody
string | null
alertTitle
string | null

Response

200 - application/json

Created session request info

message
string
required
status
string
required
requestId
string
required

Was this page helpful?