API structure has changed
3 structure changes including:
3 Modifications
Modified
3
Breaking
GET /v1/messages/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/messages/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
id, companyId, type, subject, body, fromName, fromEmail, status, attachments 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
- entity, stats properties Added
-
id, companyId, type, subject, body, fromName, fromEmail, status, attachments properties Removed
-
application/json content type Modified
POST /v1/messages/
- Response
-
200 response Modified
-
application/json content type Modified
- sentAt property Added
-
application/json content type Modified