API structure has changed
13 structure changes including:
1 Breaking change
5 Additions
7 Modifications
1 Removal
Modified
7
Breaking
GET /v1/contacts
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/contacts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
id, user_id, firstname, lastname, email properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
id, user_id, firstname, lastname, email properties Modified
-
application/json content type Modified
GET /v1/staff
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/staff/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data, pagination properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- id, company_id, firstname, lastname, email, phone, permission_set, jobTitle, verification_status properties Added
-
data, pagination properties Removed
-
application/json content type Modified
POST /v1/auth/login
- Response
-
200 response Modified
-
application/json content type Modified
- user property Modified
-
application/json content type Modified
POST /v1/staff
- Response
-
200 response Modified
-
application/json content type Modified
-
id, company_id, firstname, lastname properties Modified
-
Properties are now required Breaking
-
Properties are now required
- verification_status property Added
-
id, company_id, firstname, lastname properties Modified
-
application/json content type Modified
PUT /v1/staff/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
id, company_id, firstname, lastname properties Modified
-
Properties are now required Breaking
-
Properties are now required
- verification_status property Added
-
id, company_id, firstname, lastname properties Modified
-
application/json content type Modified
Removed
1
Breaking
GET /v1/account
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
5
GET /v1/accounts
GET /v1/links/{link}
POST /v1/auth/check-existence
POST /v1/auth/register
POST /v1/staff/{id}/invite