Authenticate
Retrieve a session token in JWT format for a specific user.
#
Request#
HeadersName | 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#
ParametersName | Required | Type | Value |
---|---|---|---|
user_id | True | String | Your user unique identifier |
#
Example#
Response#
ParametersName | 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 |