# Partner API Reference v15

Welcome to our Partner API reference docs!

The impact.com API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable, resource-oriented URLs, accepts [form-encoded](https://en.wikipedia.org/wiki/POST_\(HTTP\)#Use_for_submitting_web_forms) or [JSON-encoded](http://www.json.org/) request bodies, returns [XML-encoded](https://en.wikipedia.org/wiki/XML) or [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.

For more information about impact.com products, you can visit [impact.com](https://impact.com/) or check out our support documentation in the impact.com web app.


---

# 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://integrations.impact.com/partner-api-reference/partner-v15/readme.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.
