Build powerful applications with the Bags API - get started with authentication, rate limits, and your first API call
x-api-key
curl -X GET 'https://public-api-v2.bags.fm/api/v1/endpoint' \ -H 'x-api-key: YOUR_API_KEY'
const response = await fetch('https://public-api-v2.bags.fm/api/v1/endpoint', { headers: { 'x-api-key': 'YOUR_API_KEY' } });
X-RateLimit-Remaining
X-RateLimit-Reset