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

      Recibir Llamada

      POST
      https://dev.your-api-server.com/api/v1/inbound-call/receive
      Recibe una llamada entrante

      Request

      Body Params multipart/form-data

      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 POST 'https://dev.your-api-server.com/api/v1/inbound-call/receive' \
      --form 'files=""' \
      --form 'customer_id=""'

      Responses

      🟢200OK
      application/json
      Llamada recibida exitosamente
      Body

      Example
      {
          "message": "string"
      }
      🟠400Bad Request
      Modified at 2025-02-21 19:13:09
      Previous
      corsGetProfile
      Built with