Skip to main content

List SIP endpoints

GET 

/resources/sip_endpoints

List SIP endpoints

Responses

A list of SIP endpoints

Schema

  • Array [

  • iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    project_iduuid
    Example: 1313fe58-5e14-4c11-bbe7-6fdfa11fe780
    display_namestring
    Example: Reception
    typestring
    Example: sip_endpoint
    created_atdate-time
    Example: 2024-01-02T00:00:00Z
    updated_atdate-time
    Example: 2024-01-02T00:00:00Z

    sip_endpoint

    object

    iduuid

    A unique identifier for the SIP endpoint

    usernamestring
    Example: 123456
    passwordstring
    Example: 123456
    caller_idstring
    Example: 123456
    send_asstring
    Example: random
    ciphersstring[]

    Possible values: [AEAD_AES_256_GCM_8, AES_256_CM_HMAC_SHA1_80, AES_CM_128_HMAC_SHA1_80, AES_256_CM_HMAC_SHA1_32, AES_CM_128_HMAC_SHA1_32]

    codecsstring[]

    Possible values: [PCMU, PCMA, G722, G729, OPUS, VP8, H264]

    encryptionstring

    Possible values: [required, optional]

    Example: optional
    call_handlerstring
    Example: laml_webhooks
    call_request_urluri
    Example: https://example.com/call_handler
    call_request_methodstring

    Possible values: [GET, POST]

    Example: POST
    call_fallback_urluri
    Example: https://example.com/call_handler
    call_fallback_methodstring

    Possible values: [GET, POST]

    Example: POST
    call_status_callback_urluri
    Example: https://example.com/call_handler
    call_status_callback_methodstring

    Possible values: [GET, POST]

    Example: POST
    call_laml_application_iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    call_ai_agent_iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    call_flow_iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    call_flow_versionuuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    call_dialogflow_agent_iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    call_relay_contextstring
    Example: office
    call_video_room_iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    call_relay_script_urluri
    Example: https://example.com/relay_script
    call_relay_script_methodstring

    Possible values: [GET, POST]

    Example: POST
    calling_handler_resource_iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
  • ]