> ## Documentation Index
> Fetch the complete documentation index at: https://docs.socialsell.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Pausar disparo

> Pausa um disparo em andamento, interrompendo os envios.

## Endpoint

```
POST /v1/broadcasts/:id/pause
```

**Escopo necessário:** `write:broadcasts`

Transição de status: `running` → `paused`

## Exemplo de requisição

```bash theme={null}
curl -X POST https://api.socialsell.ai/v1/broadcasts/664t3s4t5u6v7w8x9y0z1a2b/pause \
  -H "Authorization: Bearer sk_live_..."
```

## Resposta

Retorna `HTTP 200` com o disparo no status `paused`.
