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"
}'

System-specific requirements

Headers

X-API-KEY
string

API key

Path Parameters

TARGET_SYSTEM
string
required

Body

application/json