Iterait API
    Iterait API
    • Confirms the user has a valid token
      GET
    • Send Outbound Call
      POST
    • corsGetProfile
      OPTIONS
    • Recibir Llamada
      POST

      corsGetProfile

      OPTIONS
      https://dev.your-api-server.com/api/v1/outbound-call/send

      Request

      Body Params application/json

      Example
      {
          "query": "string"
      }

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request OPTIONS 'https://dev.your-api-server.com/api/v1/outbound-call/send' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "query": "string"
      }'

      Responses

      🟢204No Content
      application/json
      Una respuesta existosa con el header CORS
      Body

      Example
      {}
      Modified at 2025-02-21 19:13:09
      Previous
      Send Outbound Call
      Next
      Recibir Llamada
      Built with