Partner API
Only account creation is done at this URL. All other requests are done on the URL for the API account subdomain.
To become a partner please contact us.
Base API URL
The partner API URL is https://app.makeplans.com/partner/ for production apps and https://app.test.makeplans.net/partner/ for test apps.
Authentication
Use your partner API token. For more info see the main API documentation.
Account
Add new account
POST /clients will create a new client and user.
The initial user is set as admin on the account. The attributes for creation are limited. See API documentation for updating other attributes on the account or to add additional users.
Client Attributes
| Name | Type | Description |
|---|---|---|
| subdomain | String | Required |
| String | Required | |
| name | String | Required |
| time_zone | String | Required. See info below. |
| country_code | String | Required. ISO 3166-1 alpha-2. |
| locale | String | Required. Supported locales: 'en', 'sv' and 'nb'. Default: 'en'. |
Time zone
Currently a custom time zone naming is used. Please see this list of used names and their mappings.
In the future this will become more standard compliant.
User Attributes
| Name | Type | Description |
|---|---|---|
| name | String | Required |
| String | Required | |
| password | String | Required |
| phone_number | String | Also available as phonenumber (deprecated). |