Skip to main content
Watch our API Demo
If you don’t yet have a bundle.social account you can sign up for a free account at https://bundle.social. Then create a new API key.
Go to API keys page.Click create a new keyClick create a new keyName your key to know what it is used forName your key to know what it is used forCopy your key and store it in a safe placeCopy your key and store it in a safe place

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  { 
    "ApiKeyAuth": [] 
  }
]
To authorize with the API, you need to provide an API key in the x-api-key header.
{
  "x-api-key": "YOUR_API_KEY",
}
I