GET
/
auth
/
{TARGET_SYSTEM}
curl --request GET \
  --url https://api.maesn.dev/auth/{TARGET_SYSTEM} \
  --header 'X-API-KEY: <x-api-key>'
"https://login-url.com"

Test Api token:

663222ee

Headers

X-API-KEY
string
required

API key

Path Parameters

TARGET_SYSTEM
string
required

Query Parameters

callbackUrl
string
cancelCallbackUrl
string
companyId
string
tenantId
string
environmentSelection
boolean

Response

200 - text/html
Successful response

The response is of type string.

Example:

"https://login-url.com"