> For the complete documentation index, see [llms.txt](https://reference-guide.gitbook.io/crm-version-release-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reference-guide.gitbook.io/crm-version-release-notes/v5.2.0-open-api-functionality.md).

# V5.2.0 - Open API Functionality

#### Released Date - 27 June 2022

In this release, we introduce the Open API function, enabling seamless integration with third-party services. Within the Open API Keys section, you can generate API keys essential for authenticating access to the CRM's features and data, facilitating efficient integration.

Moreover, you can access host information within the Open API Keys section. This crucial detail specifies the server or network location where the CRM is hosted. Understanding this information ensures accurate configuration of integration settings, guaranteeing a smooth and reliable connection between the CRM and integrated third-party services.

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

### <mark style="color:red;">1)   Creating Open API Keys</mark>

To retrieve the Open API Key, follow these steps:

1. Click on the "Create API Key" button.<br>

   <figure><img src="/files/8bohzJAuolQESvdIM1Zu" alt=""><figcaption></figcaption></figure>
2. Enter a name for the API Key to easily identify its purpose or usage and click "Save". <br>

   <figure><img src="/files/ILstFQJd9cmEkgpY21qN" alt="" width="402"><figcaption></figcaption></figure>
3. The API Key will be generated and displayed on the screen. It is recommended to copy the API Key by clicking the "Copy" button.<br>

   <figure><img src="/files/kdV40jAAQzT3ptJQTdEN" alt="" width="406"><figcaption></figcaption></figure>
4. Make sure to store the API Key in a secure location, such as a password manager or a secure document.
5. Please note that once you close the tab or navigate away from the page, you will not be able to retrieve the API Key again.

### <mark style="color:red;">2)   Deleting Open API Keys</mark>

To delete Open API keys, follow these steps:

1. Locate the Open API key that you want to delete.
2. Click on the "Delete" icon associated with the API key.

   <figure><img src="/files/MqSkyeSGrL23KQzl0WtT" alt=""><figcaption></figcaption></figure>
3. A popup message will appear, informing you that the API key will be permanently deleted and cannot be retrieved.
4. Confirm your decision by clicking on the "Confirm" button to proceed with the deletion.

   <figure><img src="/files/N2WmuwfLnXn43ylsbgnS" alt="" width="452"><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://reference-guide.gitbook.io/crm-version-release-notes/v5.2.0-open-api-functionality.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
