# The Immuta API

{% hint style="warning" %}
Any endpoints or attributes that are not documented are for internal purposes and should not be used.
{% endhint %}

## [Integrations API](https://documentation.immuta.com/2024.3/developer-guides/api-intro/integrations-api)

The integrations API allows you to integrate your remote data platform with Immuta so that Immuta can manage and enforce access controls on your data.

## [Version 2 Immuta API](https://documentation.immuta.com/2024.3/developer-guides/api-intro/immuta-v2-api)

Version 2 of the Immuta API allows you to manage data sources, projects, and policies as code, providing a way to track, approve, and easily update data sources and associated policies. Whether updating or creating, the same endpoint is used, and the same data is passed. No IDs are required, so no additional state is required.

## [Version 1 Immuta API](https://documentation.immuta.com/2024.3/developer-guides/api-intro/immuta-v1-api)

Version 1 of the Immuta API allows you to configure application settings (IAMs, licenses, notifications, etc.); register and manage data sources; author policies; and manage projects, domains, and classification frameworks. See the [Immuta V1 API section](https://documentation.immuta.com/2024.3/developer-guides/api-intro/immuta-v1-api) for additional capabilities.
