API structure has changed
7 structure changes including:
2 Breaking changes
5 Modifications
2 Removals
Modified
5
Breaking
GET /v1/auth/accounts
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/companies/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/company/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
countryCode property Modified
-
Full types went from
string | nulltostringBreaking -
Property is now required Breaking
-
Full types went from
-
countryCode property Modified
-
application/json content type Modified
PATCH /v1/company
- Body
-
application/json content type Modified
-
brandColor property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- name, email, phone properties Added
-
brandColor property Removed
- Response
-
200 response Modified
-
application/json content type Modified
-
countryCode property Modified
-
Full types went from
string | nulltostringBreaking -
Property is now required Breaking
-
Full types went from
-
countryCode property Modified
-
application/json content type Modified
PATCH /v1/company/settings
- Response
-
200 response Modified
-
application/json content type Modified
-
countryCode property Modified
-
Full types went from
string | nulltostringBreaking -
Property is now required Breaking
-
Full types went from
-
countryCode property Modified
-
application/json content type Modified
Removed
2
Breaking
GET /v1/phones/
- Removing a resource is always breaking unless it was deprecated before Breaking
PATCH /v1/phones/
- Removing a resource is always breaking unless it was deprecated before Breaking