Last updated 8 days ago
Org ID
10
curl -L \ --request POST \ --url '/application/installation/{org-id}/token'
{ "accessToken": "eyJhbGciOiJIUzI1...", "expiresAt": "2023-04-03T10:37:45.814Z" }
Access token
eyJhbGciOiJIUzI1...
curl -L \ --request POST \ --url '/application/tokeninfo' \ --header 'Content-Type: application/json' \ --data '{ "token": "eyJhbGciOiJIUzI1..." }'
{ "uid": "n6JS8min1QfFv7we6olRGnnXeGU2", "appId": 1, "expiry": 1680516804008, "orgId": 1 }