# Overview

The Flipturn API can be used to retrieve data from the Flipturn Platform for use in other systems including ticketing systems, data warehouses, or other analysis/dashboard tools.

The API lives at `https://api.getflipturn.com/api/`, and can only be accessed over a secure `https` connection.

## Getting started

Read about [how to get an API key](https://api-docs.getflipturn.com/authorization).

## Integration help

We're happy to work with you to advise on the best way to use the API to achieve your goals. Just reach out to <support@getflipturn.com> and our engineering team will get in touch.

## Feedback and requests

We believe that your data in Flipturn should always be accessible to you to use as you wish, and are open to requests to expose additional data types in the API.

Please contact <support@getflipturn.com> with any feedback, questions, or API feature requests.

## OCPI

Flipturn also supports [OCPI](https://evroaming.org/ocpi/) for integration with roaming partners. Please contact us at <support@getflipturn.com> if you would like to get access to the OCPI API.


---

# 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://api-docs.getflipturn.com/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.
