ResourcesWebhook Channels
Send a test webhook
Make one safe synchronous test delivery using an enabled public event contract.
Authorization
bearerAuth storeAuth AuthorizationBearer <token>
Provide your SellApp API key as a bearer token.
In: header
X-STORE<token>
Select the SellApp store for this API request.
In: header
Path Parameters
webhookChannel*string
The stable webhook channel UUID.
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://sell.app/api/v2/webhook-channels/497f6eca-6276-4993-bfeb-53cbbbba6f08/test" \ -H "Content-Type: application/json" \ -d '{ "event": "order.created" }'{
"data": {
"channel_id": "0f33d01f-f9f8-45e8-80c8-7734d057196d",
"event": "order.created",
"status": "delivered"
}
}{
"message": "Unauthenticated."
}{
"message": "This action is unauthorized."
}{
"message": "Rule not found."
}{
"message": "The given data was invalid.",
"errors": {
"data": [
"The data field is required."
]
}
}Pass the public event name delivered in webhook payloads, such as order.created. The same event must already be present in the channel's allowed_notifications list.