Parse SIP Destination
SIP Trunks
Parse SIP Destination
Parse and validate a raw SIP destination string into its host, port, user, and transport before attaching it to a trunk.
POST
Parse SIP Destination
Headers
Your API key for authentication.
Body
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
Whether the input could be parsed into a usable SIP destination.
The parsed destination when
valid is true, otherwise null.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