added
2025-01-16
January 16th, 2025
Releasing API improvements and support for managing customers.
Beta breaking changes
POST companies/{companyId}/uploads
has been changed to take multipart/form-data. For more details, see Add an upload to bokio.
API operations added:
POST companies/{companyId}/customers
- Create a customerGET companies/{companyId}/customers
- Get all customersGET companies/{companyId}/customers/{customerId}
- Get a customerPUT companies/{companyId}/customers/{customerId}
- Update a customerDELETE companies/{companyId}/customers/{customerId}
- Delete a customer