I created a URL to receive event notifications via API using the command https://api.ebay.com/commerce/notification/v1/destination Now I try to subscribe to notifications, but an error occurs.
POST https://api.ebay.com/commerce/notification/v1/subscription
Body:
{"topicId":"MARKETPLACE_ACCOUNT_DELETION","status":"ENABLED","destinationId":"e3bfbc30-2da3-4fa9-acb9-a46c7af867ae","payload":{"format":"JSON","schemaVersion":"1.0","deliveryProtocol":"HTTPS"}}
Response:
{"errors":[{"errorId":195011,"domain":"API_NOTIFICATION","category":"REQUEST","message":"Not authorized for this topic."}]}
Where can I find a list of topics? What it is?