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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the organization. An organization is a tenant in Togai.
Body
email id of the contact whose token.
Response
JWT bearer token of the contact.