Get started
Integrations
Use cases
API reference
- Accounting
- Authentication
- Tenant Management
- User
Post tenantsregister system
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
API key
Was this page helpful?
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>"
}'