Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET \ 'https://platform.returnqueen.dev/api/partner_webhooks' \ -H 'X-API-KEY: your-api-key'
{ "webhooks": [ { "id": "ep_2KtRQ8fTStWPKrXP", "url": "https://example.com/webhook", "filterTypes": ["shipment.created"], "active": true, "created_at": "2024-01-15T10:00:00Z", "description": "Production webhook endpoint" } ], "total": 1 }
Returns all webhook endpoints configured for the authenticated partner
Show webhook properties