Get started
Integrations
Use cases
API reference
- Accounting
- Authentication
- Tenant Management
- User
Authentication
Create account
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
Supported Request Parameters:
Supported Request Parameters:
Headers
API key
Path Parameters
Body
application/json
Was this page helpful?
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"
}'