---
title: "Lê (ou cria) o endpoint de Recovery da organização"
method: GET
path: "/v1/recovery/endpoint"
tags: ["recovery"]
---

# Lê (ou cria) o endpoint de Recovery da organização

`GET /v1/recovery/endpoint`

## Response `200`

Endpoint

- RecoveryEndpointResponse
  - `code` string, required
  - `hmacSecret` string, required — Segredo HMAC pra assinatura de webhooks. Tratar como secret.
  - `active` boolean, required
  - `url` string, required — URL pública de ingestão (`/l/{code}`).

## Other responses

- `401` — Token ausente ou inválido

---

[API](https://skmtc.net/ararahq/apis/ararahq-api.md) · [All operations](https://skmtc.net/ararahq/apis/ararahq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ararahq/ararahq-api/revisions/174c89e36a13/schema)
