Bandcamp
Provides an OAuth token endpoint that allows clients to obtain a new access token using the client‑credentials grant or refresh an existing token with a refresh token.
Latency
1994ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/oauth_token
Obtain an access token (client_credentials) or refresh an existing token.
1 endpoint auto-detected
Authentication
This API uses Bearer token authentication — pass your token in the Authorization header.
curl -X POST \ "https://bandcamp.com/developer/oauth_token" \ -H "Authorization: Bearer YOUR_TOKEN"
bandcamp.com · HTTPS only