Authentication
Generate portal token
Generates and returns a bearer token belonging to a contact scoped to the accounts to which portal access has been granted
POST
/
organizations
/
{organization_id}
/
token
Authorizations
Authorization
string
requiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
organization_id
string
requiredId of the organization. An organization is a tenant in Togai.
Body
email
string
requiredemail id of the contact whose token.
Response
token
string
requiredJWT bearer token of the contact.