Authentication
Authentication
To use the 3spread API, you'll need to authenticate your requests. We use API keys for authentication.
Getting Your API Key
- Sign up for a 3spread account at https://3spread.com/signup
- Navigate to your account dashboard
- Click on "API Keys" in the left sidebar
- Click "Generate New API Key"
Using Your API Key
Include your API key in the header of each request:
Authorization: Bearer YOUR_API_KEY
On This Page