> For the complete documentation index, see [llms.txt](https://doc.batch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.batch.com/getting-started/other/faq/why-do-i-have-insufficient-privileges-in-the-rest-api-key-field.md).

# Why do I have "Insufficient Privileges" in the REST API key field?

The [REST API key](https://doc.batch.com/dashboard/settings/app-settings#rest-api-key) is sensitive information as it allows you to use our API to send push notifications, create custom audiences, attach data to specific users, and more.

You will find it in the dashboard settings, in the "General" tab. You may see "insufficient privileges" in the REST API key field.&#x20;

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

This happens because only users with the "Administrate" right can see the REST API key. You will need to ask the administrator of the account to share that information with you.

The administrator of the account can also grant you "Administrate" access from the [company settings](https://doc.batch.com/dashboard/settings/company-settings#managing-permissions).


---

# 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://doc.batch.com/getting-started/other/faq/why-do-i-have-insufficient-privileges-in-the-rest-api-key-field.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.
