Keitaro icon

Keitaro

Работа с API Keitaro

Overview

This node interacts with the Keitaro API to perform operations on various resources such as streams, campaigns, landings, offers, and more. Specifically, for the 'Поток' (Stream) resource with the 'Получить' (Get) operation, it retrieves detailed information about a specific stream by its ID. This is useful for users who want to fetch and utilize stream data within their workflows, for example, to analyze or update stream configurations based on the retrieved data.

Use Case Examples

  1. Fetching details of a specific stream by its ID to monitor or update its settings.
  2. Integrating Keitaro stream data into a reporting or analytics workflow.

Properties

Name Meaning
ID Потока The unique identifier of the stream to retrieve information for.

Output

JSON

  • request
    • url - The URL of the API request made to Keitaro.
    • method - The HTTP method used for the API request.
    • headers - Headers sent with the API request, with the API key masked for security.
  • resource - The resource type involved in the operation, e.g., 'stream'.
  • operation - The operation performed, e.g., 'get'.
  • data - The data returned from the Keitaro API for the requested stream.

Dependencies

  • Keitaro API key credential
  • Keitaro domain credential

Troubleshooting

  • Ensure the 'ID Потока' (stream ID) is provided and valid; missing or incorrect IDs will cause errors.
  • Verify that the Keitaro API key and domain credentials are correctly configured and accessible.
  • Check that the API endpoint URL is correctly formed and reachable.
  • If the API returns an error status, review the error message for details such as invalid permissions or resource not found.
  • For 'stats' resource, only the 'getAll' operation is supported; using other operations will throw an error.

Links

Discussion