# Celonis Platform Adoption API

This is the documentation for the Platform Adoption API, that allows querying on platform adoption event in a Celonis Platform team. The API supports multiple methods of authentication:<br/> - (preferred method) Via OAuth 2.0 token with scope <tt>platform-adoption.tracking-events:read</tt>, passed in an HTTP header like this: <tt>Authorization: Bearer TOKEN</tt><br/> - Via Application keys, passed in an HTTP header like this: <tt>Authorization: AppKey APPLICATION_KEY</tt><br/> - Via API keys, passed in an HTTP header like this: <tt>Authorization: Bearer API_KEY</tt><br/><br/>Please see [this help page](https://docs.celonis.com/en/using-oauth-2-0.html) for more information about OAuth 2.0.<br/><br/>  **NOTE:** Version 1.0 of this API will coninue to be supported, but will be deprecated in the future.<br/> It is recommended that users utilize [Version 2.0](openapi-external-v2.yaml) for all new implementations.

Version: v1.0

## Servers

Default Server URL
```
/
```

## Security

### Authorization

Please, prefix the Token with "AppKey " or "Bearer " (word and space) to indicate the Authorization type

Type: apiKey
In: header
Name: Authorization

## Download OpenAPI description

 - [Celonis Platform Adoption API](https://developer.celonis.com/_bundle/celonis-apis/platform-api/openapi/openapi-external-v1.yaml)

## Platform Adoption API

 - [GET /platform-adoption/api/external/adoption-tracking-events/STUDIO_ASSET](https://developer.celonis.com/celonis-apis/platform-api/openapi/openapi-external-v1/platform-adoption-api/findallstudioassetadoptiontrackingevents.md)
