Get JWT for a User
This endpoint will allow you to get a JWT for a user using their userId and orgId, valid for 30 days
Last updated
This endpoint will allow you to get a JWT for a user using their userId and orgId, valid for 30 days
Last updated
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"
}{
"authToken": "text"
}