Retrieve all webhook subscriptions for the caller
GET/webhook/getSubscriptions
Authentication
Include your API key in the
x-api-key header on every request.Query parameters
limitinteger≥ 1≤ 64default: 32cursorstringResponse · 200 Webhook subscriptions retrieved successfully
dataArray<WebhookConfig>requiredobject
webhookIdstringrequiredThe unique identifier for the webhook subscription
configWebhookConfigNewPhoto | WebhookConfigNewAlbum | WebhookConfigPhotoLabelAddedrequiredThe configuration for the webhook subscription, which includes the event type, target URL, and any additional metadata.
WebhookConfigNewPhoto
WebhookConfigNewAlbum
WebhookConfigPhotoLabelAdded
cursorstringA cursor to be used in subsequent requests to retrieve the next page of results. If this is `{}`, there are no more results to retrieve.
warningsArray<string>string