Your pipeline stages, in order
GET
https://server.heyrik.com/api/v1/crm/stagesHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Response
Explore the example values. This is not a complete response schema.
dataarrayExplore 6 example items
[0]stringExample "new"
[1]stringExample "contacted"
[2]stringExample "qualified"
[3]stringExample "proposal"
[4]stringExample "won"
[5]stringExample "lost"
GET/crm/stages
cURL
curl https://server.heyrik.com/api/v1/crm/stages \
-H "Authorization: Bearer $HEYRIK_API_KEY"Response example
JSON
{ "data": ["new", "contacted", "qualified", "proposal", "won", "lost"] }Illustrative examples · No live request is sent
