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.
Queue a sync of the Stripe product catalog
cURL
curl --request POST \ --url https://api.sequenzy.com/api/v1/products/sync \ --header 'Authorization: Bearer <token>'
{ "success": true, "jobId": "12345" }
curl -X POST "https://api.sequenzy.com/api/v1/products/sync" \ -H "Authorization: Bearer YOUR_API_KEY"