Accounts
Number of APIs: 8
- 
Account GET {{yourAccountUrl}}/api/3/accounts/:id 
- 
Create Account POST {{yourAccountUrl}}/api/3/accounts 
- 
Accounts list GET {{yourAccountUrl}}/api/3/accounts 
- 
Account DELETE {{yourAccountUrl}}/api/3/accounts/:id 
- 
Accounts (bulk) DELETE {{yourAccountUrl}}/api/3/accounts/bulk_delete?ids[]=123&ids[]=456&ids[]=789 
- 
Update Account PUT {{yourAccountUrl}}/api/3/accounts/:id 
- 
Create Account Note POST {{yourAccountUrl}}/api/3/:id/notes 
- 
Update Account Note PUT {{yourAccountUrl}}/api/3/accounts/:id/notes/:noteId