Number of APIs: 8
1. Account
GET {{yourAccountUrl}}/api/3/accounts/:id
POST {{yourAccountUrl}}/api/3/accounts
GET {{yourAccountUrl}}/api/3/accounts
4. Account
DELETE {{yourAccountUrl}}/api/3/accounts/:id
DELETE {{yourAccountUrl}}/api/3/accounts/bulk_delete?ids[]=123&ids[]=456&ids[]=789
PUT {{yourAccountUrl}}/api/3/accounts/:id
POST {{yourAccountUrl}}/api/3/:id/notes
PUT {{yourAccountUrl}}/api/3/accounts/:id/notes/:noteId
ENDPOINTS