Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

JWT access token or API token (prefixed with zipp_)

Path Parameters

orgId
string
required

Organization ID.

Example:

"clz9k2f0a0000abcd0000zzzz"

channelId
string
required

Order channel ID.

Example:

"clz9k2f0a0001abcd1234efgh"

Response

Default Response

enabled
boolean
required

Whether webhooks are enabled for the channel.

Example:

true

webhookUrl
string
required

Expected callback URL for this channel.

Example:

"https://api.zippendo.dk/webhooks/order-channels/clz9k2f0a0001abcd1234efgh"

webhooks
object[]
required

Webhooks registered for this channel's callback URL.