Get started#
Build integrations against a stable, versioned REST surface. Read this section to understand the request envelope, authentication, and common patterns before you call your first endpoint.
First request#
Every Store API request needs a Bearer token. Tokens are managed in the storeadmin under Settings → API Tokens.
list-tags.sh
bash
curl https://api-store.tringify.com/api/2025-01/tags \
-H "Authorization: Bearer YOUR_STORE_API_TOKEN"