The Rest API is deprecated and will be removed in the future. We recommend using the GraphQL API instead. Some endpoints may not be available anymore.

Get list of webhooks

GET

https://api.pack.cloud/v1/organizations/{organizationId}/webhooks

Request

Path parameters

organizationIdstring

Response

OK

Body

idstringrequired
ID of the webhook subscription
event_codestring
The subscribed event
Example:orders.created
endpointstringrequired
The endpoint to sent the event data to
Example:https://myapp.packcloud.local/order-created
secretstringrequired
The secret used for signing the webhook request
Example:q9NhjkjV9o
enabledbooleanrequired
created_atstringrequired
Creation time of resource
updated_atstringrequired
Latest update time of resource
prevstringnull
Link to previous page
nextstringnull
Link to next page
per_pageinteger
Item count per page
Example:25