Skip to main content
POST
Parse SIP Destination

Headers

string
required
Your API key for authentication.

Body

string
required
The SIP destination to parse. Accepts flexible formats — a hostname or IP (sip.provider.com, 203.0.113.10), a full SIP URI (sip:user@host:5061;transport=tls), or shorthand (tls://host, host:5061).

Response

boolean
Whether the input could be parsed into a usable SIP destination.
object
The parsed destination when valid is true, otherwise null.
Use the parsed host, port, and transport to populate the sip_endpoint and options of a trunk or a POST /v1/sip/attach request.
Example Request

Docs for agents: llms.txt