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

# SIP domains

> Create organization-owned SIP namespaces for subscribers and browser clients.

A SIP domain is an organization-owned SIP namespace.

```bash theme={null}
curl -sS -X POST "$LEAMOUT_API_URL/v1/sip-domains/" \
  -H "Authorization: Bearer $LEAMOUT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"domain":"voice.example.com"}'
```

The resource contains an ID, organization ID, domain, status, and timestamps.

Subscribers reference a SIP-domain ID. Voice-application bindings can also reference a SIP domain for inbound application routing.
