POST
/
tenants
/
register-system
curl --request POST \
  --url https://api.maesn.dev/tenants/register-system \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <x-api-key>' \
  --data '{
  "targetSystem": "<string>",
  "clientId": "<string>",
  "clientSecret": "<string>"
}'

Headers

X-API-KEY
string
required

API key

Body

application/json
targetSystem
string
required
clientId
string
required
clientSecret
string
required

Was this page helpful?