Create Webhook
Add a webhook
/webhooks
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
status: true,
message: 'Webhook created successfully',
data: {
active: true,
events: ['shipment.created'],
live: true,
name: 'Shipment Create',
url: 'https://terminal-africa.com/webhooks/shipmonk',
user: '6aVb7978zZYmke2gJPF9WppUEWvvK5OU',
webhook_id: 'WA-70919934470',
created_at: '2021-07-13T20:25:53.011Z',
updated_at: '2021-07-13T20:25:53.011Z'
}
}Last updated
Was this helpful?