Skip to main content
GET
Python

Authorizations

Authorization
string
header
default:ShippoToken
required

API key authentication using the ShippoToken scheme. Format: Authorization: ShippoToken <API_TOKEN> Example: Authorization: ShippoToken shippo_live_abc123

Path Parameters

webhookId
string
required

Object ID of the webhook to retrieve

Response

200 - application/json

Webhook details

event
string
required

Type of event that triggers the webhook.

Example:

"track_updated"

url
string
required

URL webhook events are sent to.

Example:

"https://example.com/shippo-webhook"

active
boolean

Determines whether the webhook is active or not.

Example:

true

is_test
boolean

Determines whether the webhook is a test webhook or not.

Example:

false

object_created
string<date-time>

Timestamp of the creation of the webhook.

object_id
string

Unique identifier of the webhook. This can be used to retrieve or delete the webhook.

object_updated
string<date-time>

Timestamp of the last update of the webhook.

object_owner
string

Username of the user who created the webhook.

Last modified on July 16, 2026