Authenticate
Retrieve a session token in JWT format for a specific user.
Request#
Headers#
| Name | Value |
|---|---|
Api-Key | Integration identifier provided by MeetingLawyers |
Secret-Key | Security key provided by MeetingLawyers to securize server-to-server communications |
Content-Type | application/json |
Accept | application/json |
Request body#
Parameters#
| Name | Required | Type | Value |
|---|---|---|---|
user_id | True | String | Your user unique identifier |
Example#
Response#
Parameters#
| Name | Type | Value |
|---|---|---|
access_token | String | session token in jwt format |
token_type | String | Fixed to "bearer" |
expires_in | Integer | Number of minutes of inactivity after session exires |