Accounts Comments
Number of APIs: 5
-
Create an account comment POST {{baseUrl}}/v1/accounts/:account_id/comments
-
Update an account comment PATCH {{baseUrl}}/v1/accounts/:account_id/comments/{comment_id}
-
Delete an account comment DELETE {{baseUrl}}/v1/accounts/:account_id/comments/{comment_id}
-
Get an account comment GET {{baseUrl}}/v1/accounts/:account_id/comments/{comment_id}
-
List all account comments GET {{baseUrl}}/v1/accounts/:account_id/comments