curl --request GET \
--url https://sell.ia.proativia.com/api/v1/account-crm-pipeline \
--header 'Token: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]Retorna a lista de pipelines de CRM da conta autenticada.
curl --request GET \
--url https://sell.ia.proativia.com/api/v1/account-crm-pipeline \
--header 'Token: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]