# APIs

{% hint style="warning" %}
**Important Update**

The fully supported API is under development and will be extended in the coming weeks and months.

The previous beta API is now **deprecated**. While it remains operational for the time being, we recommend transitioning to the new API as soon as possible to take advantage of new features, improved performance, and long-term support.&#x20;
{% endhint %}

## Getting Started

To start using the API, you will need to:

* Obtain an **access token** to authenticate requests.
* Learn how to navigate **error handling, pagination**, **filtering** and **sorting** to efficiently retrieve data.

See the [Getting Started](/kpn-things/general-functions/apis/getting-started-with-the-api.md) guide for details.

## Resources:

The API is organized around key resources. Each resource has its own dedicated reference page generated from the OpenAPI specification:

* [Connector Bindings](/kpn-things/general-functions/apis/connector-bindings.md)
* [Devices](/kpn-things/general-functions/apis/devices.md)
* [Device Groups](/kpn-things/general-functions/apis/device-groups.md)
* [Downlinks](/kpn-things/general-functions/apis/downlinks.md)
* [Projects](/kpn-things/general-functions/apis/projects.md)

## Additional information

* [Getting Started ](/kpn-things/general-functions/apis/getting-started-with-the-api.md)(authentication, pagination, filtering, sorting)
* [Beta API (Deprecated)](/kpn-things/general-functions/apis/beta-api-deprecated.md)

## SSL certificate information

The SSL server certificates of KPN Things and GRIP are signed by Sectigo and Certsign respectively.

Both certificate providers are trusted by default by most operating systems. If required for your security implementation, all certificate files of the chain can be downloaded here:

* Sectigo R46 root CA: <https://crt.sh/?d=4256644734>&#x20;
* Sectigo R36 intermediate CA: <https://crt.sh/?d=4267304690>
* certSIGN ROOT CA G2: <https://crl.certsign.ro/certsign-rootg2.crt>
* certSIGN Public Web CA: <https://crl.certsign.ro/certsign-webca.crt>


---

# 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.kpnthings.com/kpn-things/general-functions/apis.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.
