← API-referentie
Organisatie & configuratie
Organisatie, locaties, integraties en abonnement — configureer uw werkruimte.
Organisatie
Endpoints
| GET | /organizations | Retrieves the collection of Organization resources. |
| POST | /organizations | Creates a Organization resource. |
| GET | /organizations/{id} | Retrieves a Organization resource. |
| POST | /organizations/clear | Creates a Organization resource. |
| POST | /organizations/icon | Creates a Organization resource. |
| POST | /organizations/logo | Creates a Organization resource. |
| GET | /organizations/mail-footer | Retrieves a Organization resource. |
| PATCH | /organizations/mail-footer | Updates the Organization resource. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| id | string | |
| type | string | |
| status | string | |
| name | string | |
| slug | string | |
| stripeCustomerId | stringnull | |
| manualBilling | boolean | |
| databaseStatus | arraynull | |
| organizationUsers | array | |
| organizationUserInvitations | array | |
| organizationModules | array | |
| subscriptions | array | |
| organizationConfigs | array | |
| organizationAddresses | array | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| demo | boolean | |
| productionLike | boolean | |
| currentSubscription | string,null (iri-reference) |
Locatie
Endpoints
| GET | /locations | Retrieves the collection of Location resources. |
| POST | /locations | Creates a Location resource. |
| GET | /locations/{id} | Retrieves a Location resource. |
| PATCH | /locations/{id} | Updates the Location resource. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| name* | string | |
| officeOpenHour | integernull | |
| officeCloseHour | integernull |
Land
Endpoints
| GET | /countries | Retrieves the collection of Country resources. |
| GET | /countries/{id} | Retrieves a Country resource. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| id* | string |
Taal
Endpoints
| GET | /languages | Retrieves the collection of Language resources. |
| POST | /languages | Creates a Language resource. |
| GET | /languages/{id} | Retrieves a Language resource. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| id* | string |
Integratie
Endpoints
| POST | /integrations/kontomatik/pull | Creates a Integration resource. |
| POST | /integrations/kontomatik/revoke | Creates a Integration resource. |
| POST | /integrations/kontomatik/setup | Creates a Integration resource. |
Vergadering
Endpoints
| GET | /meetings | Retrieves the collection of Meeting resources. |
| POST | /meetings | Creates a Meeting resource. |
| GET | /meetings/{id} | Retrieves a Meeting resource. |
| PATCH | /meetings/{id} | Updates the Meeting resource. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| employee* | string,null (iri-reference) | |
| dateFrom* | string (date-time) | |
| dateTo* | string (date-time) | |
| notes | stringnull | |
| time | string,null (date-time) |
Abonnement
Endpoints
| GET | /subscriptions | Retrieves the collection of Subscription resources. |
| POST | /subscriptions | Creates a Subscription resource. |
| GET | /subscriptions/{id} | Retrieves a Subscription resource. |
| POST | /subscriptions/{id}/cancel | Creates a Subscription resource. |
| GET | /subscriptions/{id}/invoices | Retrieves the collection of Subscription resources. |
| POST | /subscriptions/apply-coupon | Creates a Subscription resource. |
| POST | /subscriptions/clear-coupon | Creates a Subscription resource. |
Schema-velden
| Veld | Type | Beschrijving |
|---|---|---|
| id | string | |
| organization | string (iri-reference) | |
| organizationAddress | string (iri-reference) | |
| type | string | |
| paymentMethod | string,null (iri-reference) | |
| products | array | |
| seats | integer | |
| modules | array | |
| status | string | |
| externalId | stringnull | |
| metadata | array | |
| createdAt | string (date-time) | |
| updatedAt | string (date-time) | |
| active | boolean | |
| awaiting | boolean |