---
title: "API responsável por retornar as variáveis"
method: GET
path: "/variaveis/{modulo}"
tags: ["Variáveis"]
---

# API responsável por retornar as variáveis

`GET /variaveis/{modulo}`

> 🔒 **Autenticação necessária**
>
> Esta API utiliza autenticação via **e-mail e token** nos headers da requisição.
> Consulte o tutorial completo antes de fazer sua primeira chamada:
> [Como autenticar nas APIs do CV CRM (v1 — E-mail e Token)](https://desenvolvedor.cvcrm.com.br/docs/como-autenticar-apis-cvcrm-email-token)

API responsável por retornar as variáveis

## Path parameters

- `modulo` string, required

## Headers

- `email` string, required
- `token` string, required

## Response `200`

Variáveis

- RetornoVariaveis[]
  - `categoria` string
  - `id` string
  - `nome` string
  - `variavel` string
  - `variavel_word` string

## Other responses

- `401` — E-mail e/ou token incorreto(s).
- `404` — Variáveis não encontrado
- `422` — Erro interno ao realizar ação!

---

[API](https://skmtc.net/cvcrm/apis/clientes.md) · [All operations](https://skmtc.net/cvcrm/apis/clientes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cvcrm/clientes/revisions/42bf5add8bf3/schema)
