Skip to main content
GET
/
account-crm-pipeline-stage
Listar Estágios do Pipeline
curl --request GET \
  --url https://sell.ia.proativia.com/api/v1/account-crm-pipeline-stage \
  --header 'Token: <api-key>'
[
  {
    "id": "<string>",
    "pipelineId": "<string>",
    "name": "<string>",
    "order": 123,
    "color": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Token
string
header
required

Token de autenticacao gerado na plataforma Sell.IA.

Query Parameters

pipelineId
string

Filtra estágios pelo ID do pipeline.

Response

Lista de estágios retornada com sucesso.

id
string
pipelineId
string
name
string
order
integer | null
color
string | null
createdAt
string<date-time>