Authentication
Learn how to authenticate your Tuned Global Metadata API requests.
All Metadata API requests are authenticated using an API key passed as an HTTP header. Tuned Global will provide your API key once your account is registered. Your key does not expose sensitive user data, it is used to access catalogue metadata such as search results, catalogue metadata and images.
API Key Authentication
Include your API key on every request using the StoreId HTTP header.
⚠️ Keep your API key private. Do not expose it in client-side code or public repositories.
CURL
curl --location 'https://api-metadata-connect.tunedglobal.com/api/v2.4/search' \
--header 'StoreId: TESTAPIKEY' \
--header 'Content-Type: application/json'
Postman Example

Was this section helpful?
Base URL
Production:
Sandbox:
Was this section helpful?