Imsg-service
/imsg-service/v1/callback
GET
https://[SERVICE URL].com/imsg-service/v1/callback
Callback from IMAS login
Query Parameters
imid_token
string
IM ID JWT
serviceCallback
string
Where to redirect client after login
/imsg-service/v1/health
GET
https://[SERVICE URL].com/imsg-service/v1/health
Health status
/imsg-service/v1/login
GET
https://[SERVICE URL].com/imsg-service/v1/login
Trigger login flow
Query Parameters
callback*
string
Where to redirect client after login
org*
string
Which org to login with
/imsg-service/v1/token-is-set
GET
https://[SERVICE URL].com/imsg-service/v1/token-is-set
Check if request contains IMID token
/imsg-service/v1/units
GET
https://[SERVICE URL].com/imsg-service/v1/units
List all units a subject belongs to
/imsg-service/v1/org/{org}/login
GET
https://[SERVICE URL].com/imsg-service/v1/org/{org}/login
Trigger login flow
Query Parameters
callback*
string
Where to redirect client after login
/imsg-service/v1/logout
POST
https://[SERVICE URL].com/imsg-service/v1/logout
Log out
Query Parameters
callback
string
Where to redirect client after logout
/imsg-service/v1/unit
POST
https://[SERVICE URL].com/imsg-service/v1/unit
Set preferred unit
Request Body
unit
string
Preferred unit
Last updated