Performing your first API call
Prerequisites
Authentication
curl --request GET "https://api.tiqets.com/v2/products" \
--header "Accept: application/json" \
--header "User-Agent: my user agent" \
--header "Authorization: Token [partner-api-key]"Code Samples
Last updated
Was this helpful?

