Accounts are the connected social profiles you target in a post. The recommended way to connect is to ask Dravo for a connect URL, redirect the user there, and let Dravo create the account after platform consent.
For the interactive connection flow, use Connect. This section focuses on accounts after they exist: listing them, refreshing tokens, and disconnecting them.
Each endpoint lives on its own page:
- List accounts:
GET /v1/accounts - Refresh a token:
POST /v1/accounts/{account_id}/refresh - Disconnect an account:
DELETE /v1/accounts/{account_id}