Get SIP UAC configuration for an agent

Required scope: convai:read

Path Parameters
  • id
    Type: string
    required

    Agent ID

Responses
  • application/json
  • 400

    SIP UAC not supported for this provider

  • application/json
  • 404

    Agent or SIP UAC configuration not found

Request Example for get/agents/{id}/sip-uac
curl 'https://api.simwood.com/convai/v1/agents/{id}/sip-uac' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "aor": "string",
  "sip_domain": null,
  "sip_username": null,
  "sip_registrar": null
}