- Platform Adoption APIs
- API Reference
- Celonis Platform Adoption API
Celonis Platform Adoption API (v1.0)
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:
- (preferred method) Via OAuth 2.0 token with scope platform-adoption.tracking-events:read, passed in an HTTP header like this: Authorization: Bearer TOKEN
- Via Application keys, passed in an HTTP header like this: Authorization: AppKey APPLICATION_KEY
- Via API keys, passed in an HTTP header like this: Authorization: Bearer API_KEY
Please see this help page for more information about OAuth 2.0.
NOTE: Version 1.0 of this API will coninue to be supported, but will be deprecated in the future.
It is recommended that users utilize Version 2.0 for all new implementations.