SIP Credentials
Create SIP Credentials
Creates new SIP credentials for the specified organization.
POST
Create SIP Credentials
Documentation Index
Fetch the complete documentation index at: https://docs.deepslate.eu/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
ID of the Vendor (UUID)
ID of the Organization (UUID)
Body
application/json
Data required to create or update SIP credentials.
Hostname or IP address of the SIP server.
Example:
"sipconnect.sipgate.de"
Port of the SIP server.
Required range:
1 <= x <= 65535Example:
5060
Username for the SIP account.
Example:
"agent001"
Password for the SIP account.
Example:
"strong-password"
Maximum simultaneous agent tasks allowed for these credentials.
Required range:
x >= 1Example:
10
Response
SIP credentials created successfully
Standard API response wrapper
Create SIP Credentials