Platform Adoption API

The Platform Adoption API allows querying on the platform adoption event for a Celonis Platform team to provide an overview of how many users are accessing your studio packages and applications. This increased visibility into package usage helps you indetify packages that may benefit from their own views or find packages that are no longer being actively used. The Platform API can track Studio adoption based on: Views, Spaces, Packages and Time periods.

Use Cases

The Platform Adoption API can be used to:

  • Provide a full audit of event activity for a Celonis Platform team during a specific date range.
  • Export user access data for Studio and Apps in order to better understand usage and adoption of packages and views.

Authentication

This API supports multiple methods of authentication:

  • (preferred method) Via OAuth 2.0 token with a 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 .

See this help page for more information about OAuth 2.0.