POST
/
auth
/
accounts
/
{TARGET_SYSTEM}
curl --request POST \
  --url https://api.maesn.dev/auth/accounts/{TARGET_SYSTEM} \
  --header 'Content-Type: application/json' \
  --data '{
  "apiKey": "api key",
  "tenantId": "tenant id",
  "clientName": "client name",
  "clientSecret": "client secret"
}'

Test Api token:

663222ee

System-specific requirements

Headers

X-API-KEY
string

API key

Path Parameters

TARGET_SYSTEM
string
required

Body

application/json
apiKey
string
required
Example:

"api key"

tenantId
string
Example:

"tenant id"

clientName
string
Example:

"client name"

clientSecret
string
Example:

"client secret"