get/v1/login
https://managedservices-prod.rteappbuilder.com/
HEADER
X-Project-IDREQUIRED
TYPE: STRING
project to login to
X-Platform-IDREQUIRED
TYPE: STRING
type of project
origin_urlREQUIRED
TYPE: STRING
url to redirect to if this route fails (if the platform_id=turnkey_*)
redirect_urlREQUIRED
TYPE: STRING
url to redirect to if this route succeeds (if platform_id=turnkey_*)
user_id
TYPE: STRING
user id to login as
SAMPLE RESPONSE
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRoZW50aWNhdGlvbl90eXBlIjowLCJhcHBfaWQiOiJhYjFmZTQ5NGFiNjA0ZmRmYWZiZjYzYzY0Yzg2ZDE5NCIsInVzZXJfaWQiOiJqb2UyMzQ2MiIsInByb2plY3RfaWQiOiJkdW1teXByb2plY3QiLCJzcGFjZV9pZCI6Im15X3NlY29uZF9zcGFjZSIsImV4cCI6MTY3OTAzNzA3N30.2vXGdYCZb_j_S-c6KCbSwYE3fzVvg24uKeXT_pIjfOA",
"user": {
"user_id": "c-de34a8cc-73f5-410c-a138-4c665c9c6d4a",
"user_auid": 228863768,
"screen_auid": 211707882,
"roles": [
"role01",
"role02"
]
}
}
Loading...