# Celonis Platform Adoption API

This is the documentation for the Celonis Platform Adoption API that allows querying on platform adoption event in an Celonis Platform team. This 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/>

Version: v2.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-v2.yaml)

## Platform Adoption API

For querying Platform Adoption events in a team.

### Get adoption events (Token-based Pagination)

 - [GET /platform-adoption/api/external/v2/adoption-tracking-events/STUDIO_ASSET](https://developer.celonis.com/celonis-apis/platform-api/openapi/openapi-external-v2/platform-adoption-api/getstudioassetadoptionevents.md): Returns adoption tracking events using token-based pagination. Filters are optional and combined with logical AND. Use the nextPageToken from a previous response to fetch the next page. If no token is provided, results start from the first page. Both from and to are inclusive (ISO date: yyyy-MM-dd).

