Last updated 1 month ago
Org ID
10
POST /application/installation/{org-id}/token HTTP/1.1 Host: Accept: */*
Success
{ "accessToken": "eyJhbGciOiJIUzI1...", "expiresAt": "2023-04-03T10:37:45.814Z" }
Access token
eyJhbGciOiJIUzI1...
POST /application/tokeninfo HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 31 { "token": "eyJhbGciOiJIUzI1..." }
{ "uid": "n6JS8min1QfFv7we6olRGnnXeGU2", "appId": 1, "expiry": 1680516804008, "orgId": 1 }