curl, you can include your token by using the --header option:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl, you can include your token by using the --header option:
# List all syncs
curl --request GET \
--url https://api.sequin.io/v1/syncs \
--header 'Authorization: Bearer YOUR_API_TOKEN'
