---
title: "Adicionar origem de oportunidades"
method: POST
path: "/origins"
---

# Adicionar origem de oportunidades

`POST /origins`

## Request body

- object
  - `name` string, required — Nome da origem de oportunidades.
  - `active` boolean, required — Status de origem de oportunidades: false: origem inativa, true: origem ativa.
  - `description` string — Descrição da origem de oportunidades.

## Response `201`

201

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `origin_group_id` integer
    - `name` string
    - `hash` string
    - `description` string

## Other responses

- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
