# Innova Cloud Portal (ICP) API

Clients who wish to request data on their wells from the Innova server can do so via the Innova Cloud Portal (ICP) API.

Endpoint documentation for the ICP API can be found via the embedded link below:

{% embed url="<https://api.innova-drilling.com>" %}

ICP API requests require a bearer token, also known as an access token. To obtain an access token, send a request to the below address.

{% embed url="<https://www.icpwebportal.com/api/authToken>" %}

You will require a username and password of a user registered on the Innova Cloud Portal with permission to access client API features. You will also require a product key that is provided by Innova on a case-by-case basis. Contact <support@innova-drilling.com> for more information.

<figure><img src="/files/BNJL454qOv9oELai5ZsG" alt=""><figcaption></figcaption></figure>

You should receive the below response. For all ICP API requests use "access\_token" as the value for the bearer token header

<figure><img src="/files/f4rBR6RfTqBl7SIztsiq" alt=""><figcaption></figcaption></figure>


---

# 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://docs.innova-drilling.com/introduction/development/innova-cloud-portal-icp-api.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.
