API structure has changed
10 structure changes including:
10 Modifications
Modified
10
GET /api/v1/account/{account_uuid}/login
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- user_type property Added
-
data property Modified
-
application/json content type Modified
GET /api/v1/circles/{circle_uuid}/accounts
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- logins property Modified
-
data property Modified
-
application/json content type Modified
GET /api/v1/logins
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- user_type property Added
-
data property Modified
-
application/json content type Modified
GET /api/v1/me
- Response
-
200 response Modified
-
application/json content type Modified
-
current_login property Modified
- user_type property Added
-
current_login property Modified
-
application/json content type Modified
POST /api/v1/account/{account_uuid}/login
- Response
-
200 response Modified
-
application/json content type Modified
- user_type property Added
-
application/json content type Modified
POST /api/v1/account/{account_uuid}/login/{login_uuid}/expire
- Response
-
200 response Modified
-
application/json content type Modified
- user_type property Added
-
application/json content type Modified
POST /api/v1/account/{account_uuid}/login/{login_uuid}/make-primary
- Response
-
200 response Modified
-
application/json content type Modified
- user_type property Added
-
application/json content type Modified
POST /api/v1/me/switch-account
- Response
-
200 response Modified
-
application/json content type Modified
-
current_login property Modified
- user_type property Added
-
current_login property Modified
-
application/json content type Modified
PUT /api/v1/account/{account_uuid}/login/{uuid}
- Response
-
200 response Modified
-
application/json content type Modified
- user_type property Added
-
application/json content type Modified
PUT /api/v1/me
- Response
-
200 response Modified
-
application/json content type Modified
-
current_login property Modified
- user_type property Added
-
current_login property Modified
-
application/json content type Modified