Member Login
This endpoint returns an Anon Bearer Session token using Member
credentials.
POST
/
org
/
login
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
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.
Was this page helpful?