API structure has changed
3 structure changes including:
1 Addition
2 Modifications
Modified
2
Breaking
GET /v1/account
- Response
- 200 response Removed
- 403 response Added
GET /v1/contacts/{contact_id}
- Response
-
200 response Modified
- data property Removed
- id, user_id, firstname, lastname, email properties Added
Added
1
POST /v1/auth/login