Hub APIhub-api reference
Move a lead to another phase in the funnel (requires funnel:edit)
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/api/v1/orgs/{orgId}/dashboard/funnel/{leadId}/move" \ -H "Content-Type: application/json" \ -d '{ "toPhaseId": "string" }'Empty
Empty
Empty
Empty