Skip to content
OpenPostDocs
OpenPostDocs
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/refresh

Authorization

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"}