BigCommerce
Webhooks
Webhooks Admin

Webhooks v3

Get Admin Info

GET /hooks/admin

Request

List all notification emails, webhooks, and denylisted domains associated with the API account.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string
  • is_active in query - boolean

    Enables user to filter for webhooks that are active or not. A webhook subscription becomes deactivated after 90 days of inactivity.

example

Response

Successful operation.

Body

object | application/json
  • data
    object

  • meta
    object

Upsert Email Notifications

PUT /hooks/admin

Request

Update email addresses that are sent notification emails when any domain associated with the API account is denylisted or when a webhook is deactivated. Supports upsert functionality in the case that no email address exists yet.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string

List of notification emails.

Body

object | application/json
  • emails
    array[string]

Example

Response

No Content

Did you find what you were looking for?