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
curl --request POST \ --url https://api.tagada.io/api/public/v1/checkout-offers/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "storeId": "<string>", "search": "<string>", "excludeIds": [ "<string>" ] } '
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
List checkout offers for a store. Filter by search text.
Enter your API key as: Bearer your-api-key
Bearer your-api-key
1
Successful response