curl --request GET \
--url https://api.topsort.com/public/v1/webhooks/webhooks/{webhook-id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"marketplaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"channel": "campaign:create",
"secret": "<string>"
}Returns the webhook.
curl --request GET \
--url https://api.topsort.com/public/v1/webhooks/webhooks/{webhook-id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"marketplaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"url": "<string>",
"channel": "campaign:create",
"secret": "<string>"
}A valid API key generated in Topsort's UI.
Id of the webhook.
Successful Response
Id of the webhook.
The marketplace ID.
The URL to send the webhook event to.
1 - 2083The channel that triggers this webhook.
campaign:create, campaign:update, campaign:delete, catalog:feed:download:finish, store:availability:download:finish, catalog:feed:upload:late, full:availability:upload:late, delta:availability:upload:late Webhook secret to be used in signature generation.
Was this page helpful?