Growth
Queue growth discovery refresh
Queues a durable discovery job for one social account. Uses provider reads with retry/requeue. Does not block on provider.
POST
/growth/refreshAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/growth/refresh" \ -H "Content-Type: application/json" \ -d '{ "account_id": "string", "workspace_id": "string" }'{ "$schema": "https://example.com/api/v1/schemas/RefreshGrowthOutputBody.json", "job_id": "string", "message": "string", "status": "string"}List growth recommendations GET
Returns DB-only growth recommendations for one connected social account. Growth recommendations belong to one social_account_id, not merely a workspace.
Dismiss a growth recommendation POST
Locally dismisses a recommendation. Dismissed items never reappear after refresh.