# API Documentation

### Please click [here](https://apidocs.checkoutchamp.com/?version=latest) to view the CheckoutChamp API documentation.  <a href="#apidocumentation-pleaseclickheretoviewourapidocumentation" id="apidocumentation-pleaseclickheretoviewourapidocumentation"></a>

**Relative Links:**

* [Recommended API Flow](https://help.checkoutchamp.com/api-documentation/api-documentation/recommended-api-flow)
* [Performing API Calls](https://help.checkoutchamp.com/api-documentation/api-documentation/performing-api-calls)

{% hint style="danger" %}
Open queries are limited to 10 at a time per account. Our firewall also has sophisticated configuration which monitors abuse. In the event that abuse is identified, throttling functionality is enabled. Please design thoughtfully.
{% endhint %}

{% hint style="info" %}
CheckoutChamp has monitoring tools to help ensure fraudulent Import Order requests are properly handled.
{% endhint %}

{% hint style="success" %}
Some 3rd Parties and Plugins that CheckoutChamp sends data to might require you to whitelist Checkout Champ's IP addresses:

80.248.30.132, 80.248.30.141, 52.206.5.84, 44.219.22.112
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.checkoutchamp.com/api-documentation/api-documentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
