This endpoint will allow you to get a JWT for a user using their userId and orgId, valid for 30 days
Last updated 8 months ago
POST /api/v1/user/getAuthToken HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 32 { "userId": "text", "orgId": "text" }
Auth Token sent successfully
{ "authToken": "text" }