Create a Client Session
Create a new client session
Creates a new client session.
Request
Specify the user ID and, optionally, connected accounts associated with the user by including the corresponding parameters in the request body.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Required | Your own internal user ID for the user |
| Array of strings Optional |
Sample Request
Response
Returns a client_session
containing the following properties:
Property | Description |
---|---|
| Client session token associated with the client session |
| |
| Your own internal user ID for the user |
| ID of the client session |
| Date and time at which the client session was created |
This response also includes a Boolean ok
status indicator.
Sample Response
Last updated