Sessions
Create Customer Session
Create a customer session.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Schema for creating a customer session.
ID of the customer to create a session for.
Response
201
application/json
Customer session created.
A customer session that can be used to authenticate as a customer.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
A customer in an organization.
Was this page helpful?