POST
/
org
/
login

Authorizations

Authorization
string
headerrequired

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

Body

application/json
email
string
required
password
string
required

Response

200 - application/json

A session token that can be used to authenticate as an Anon Member identity for use in subsequent requests as a Bearer token via Authorization header.

token
string
required

Was this page helpful?