Before You Begin
Make sure you have the following before making your first request:- Your Dash Social plan includes API access — contact Support if you’re unsure
- You are a brand admin — only admins can generate API keys
Authentication
The Dash Social API uses Bearer token authentication. Include your API key in theAuthorization header on every request:
Get Your API Key and Brand ID
- In Dash Social, go to Settings → API and Integrations → Developers, or click here
- Copy your Brand ID displayed next to your brand name
- Click Generate New API Key and give it a name
- Copy and securely save the key — it will only be shown once
If you need an API key with access to multiple brands, contact Support.
Verify Your Token
After generating your key, call/api/self to confirm your token is valid and see which brands and permissions it has access to.
Get Your Organization ID
Several endpoints require anorganization_id. The /api/self response you retrieved above includes it — look for organization_id at the top level:
What’s Next
Library API
Query campaigns, galleries, media, products, and more
Community API
Access community interactions, comments, and messages across channels