Skip to main content
POST
/
crm
/
estagios
Criar estágio
curl --request POST \
  --url https://api.tiny.com.br/public-api/v3/crm/estagios \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "descricao": "<string>",
  "ordem": 123
}
'
{
  "id": 123
}

Body

application/json
descricao
string
required

Descrição do estágio

ordem
integer | null

Ordem do estágio (opcional, será calculada automaticamente se não informada)

Response

OK

id
integer