Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.octolane.com/v1/pipelines \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "<string>", "data": "<unknown>" }
Returns opportunity pipelines and their stages for the authenticated organization.
Public API key for the Octolane organization.
Pipelines were returned.
true
Endpoint-specific response payload.
Was this page helpful?