SIP Credentials
Validate SIP Credentials
Attempts to register with the SIP server using the provided credentials to verify connectivity.
POST
Validate 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
Validation executed
Standard API response wrapper
Validate SIP Credentials