Documentation Index
Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
| Field | Description |
|---|---|
accessible_brands | Array of brand IDs your key can access |
brands | Brand details including avatar, status, and org info |
permissions | Full permission matrix by feature (ads, campaigns, community, etc.) |
plan | Subscription and billing information |
organization | Company and org-level permission details |
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