Endpoints
Create an Endpoint
Provision a new SIP endpoint on Vobiz to register IP phones, softphones, or AI voice agents - assign a SIP URI, credentials, and call permissions in one call.
POST
Create an Endpoint
Authentication required:
X-Auth-ID- Your account Auth ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
SIP registration: Your endpoint SIP URI follows
sip:username@registrar.vobiz.ai. Configure registrar.vobiz.ai as the registrar or server in your softphone, desk phone, or custom WebRTC SIP client. Authenticate with the endpoint username and password.Your account Auth ID and Auth Token authenticate REST API requests and the hosted WebRTC Playground. They do not authenticate SIP endpoint registration. SIP endpoints do not require a separate token or JWT.Request Parameters
Response
On success, returns"created" in the message field along with the endpoint_id, sip_uri, and resource_uri.
400 is returned for invalid field values (non-alphanumeric username, short password, missing required field); a 409 when the username is already taken on your account.
Examples
Basic Endpoint Creation
cURL Request
Create with Application and Permissions
cURL Request
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
Body
application/json