post https://public-api.easyship.com/2024-09/webhooks
Create a single webhook in your account.
Required authorization scope: public.webhook:write
Log in to see full request history
Responses
Create a single webhook in your account.
Required authorization scope: public.webhook:write
xxxxxxxxxx
12curl --request POST \
--url https://public-api.easyship.com/2024-09/webhooks \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"event_types": [
"shipment_label_created"
],
"version": "2023-01"
}
'
Try It!
to start a request and see the response here! Or choose an example: