Skip to content
OpenPostDocs
OpenPostDocs
Growth

Follow a recommended account

Queues a one-attempt provider write through the durable providerwrite fence. Never retries ambiguous writes.

POST/growth/{recommendation_id}/follow

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

recommendation_id*string

Growth recommendation ID

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

application/problem+json

curl -X POST "https://example.com/growth/string/follow" \  -H "Content-Type: application/json" \  -d '{    "workspace_id": "string"  }'
{  "$schema": "https://example.com/api/v1/schemas/FollowGrowthOutputBody.json",  "job_id": "string",  "message": "string",  "status": "string"}