> For the complete documentation index, see [llms.txt](https://foundations-documentation.reapit.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foundations-documentation.reapit.cloud/troubleshooting/accessing-customer-data.md).

# Accessing Customer Data

### **Error:** “The request could not be fulfilled as the reapit customer specified by the provided credentials does not have the application installed”

### **Error:** “Unauthorized: 401 Unauthorized”

When making a request to our Platform API’s using the Client Credentials Flow and you receive the above error, it maybe related to the incorrect Client ID you have provided in your ‘reapit-customer’ header.

How to verify the Customer ID:

* Ask the agent to confirm their Customer ID – click [here ](/faqs.md#how-do-i-find-a-customer-id)for more information on how to obtain the Customer ID
* View the [email ](/faqs.md#installation)notification you received when the app was installed&#x20;
* View the [installations ](/faqs.md#installations-table)table on your app listing
* If you had setup a [webhook ](/faqs.md#webhooks)for application.install, the payload will have included the ‘customerId’

or&#x20;

The Reapit Customer ID you have provided in your ‘reapit-customer’ header has not yet installed your application from the AppMarket. The installation process is the step that grants you access to live data (not Sandbox).

If you are a Reapit Agent looking to interact with your own data, you will still need to list (privately) and install your own app.

For more information on how to list your app in the AppMarket, please click [here](https://foundations-documentation.reapit.cloud/listing-your-app)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://foundations-documentation.reapit.cloud/troubleshooting/accessing-customer-data.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.
