Move a lead to a pipeline stage
POST
https://server.heyrik.com/api/v1/leads/{id}/stagePath parameters
idRequiredReplace {id} in the request URL with the value for this resource.
Headers
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Parameters 1
Fields documented for this operation. See the request example for placement and structure.
stagestringRequiredA key from GET /crm/stages.
Response
No response example is documented for this operation yet.
Error referencePOST/leads/{id}/stage
cURL
curl -X POST https://server.heyrik.com/api/v1/leads/lead_71a4/stage \
-H "Authorization: Bearer $HEYRIK_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "stage": "qualified" }'Illustrative examples · No live request is sent
