cURL
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>" } '
API key
Was this page helpful?