Keitaro icon

Keitaro

Работа с API Keitaro

Overview

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

Use Case Examples

  1. Fetching details of a specific offer by its ID to display or process in a marketing automation workflow.
  2. Retrieving offer information to synchronize with another system or database.

Properties

Name Meaning
ID Оффера The unique identifier of the offer to retrieve. This is required for the 'get' operation on the 'offer' resource.

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., 'offer'.
  • operation - The operation performed, e.g., 'get'.
  • data - The data returned from the Keitaro API for the requested offer.

Dependencies

  • Keitaro API key credential
  • Keitaro API domain credential

Troubleshooting

  • Ensure that the 'ID Оффера' (offer ID) is provided and valid for the 'get' operation; missing or invalid IDs will cause errors.
  • Verify that the API key and domain credentials are correctly set up and accessible; missing credentials will prevent API calls.
  • Check the API response status codes and messages for errors such as unauthorized access or resource not found.
  • If the API returns an error message, it is included in the node output for debugging.

Links

  • Keitaro API Documentation - Official documentation for the Keitaro API, useful for understanding available endpoints and data structures.

Discussion