Important
The Data Push API is not recommended for new implementations. We recommend that you use the Data Ingestion API to pull your data into the Celonis Platform.
The base URL for the Data Push API is:
- https://your-team.celonis.cloud/data-ingestion/api
Replace your-team with the name of your Celonis instance to access the Data Push API.
- Access to a Celonis team.
- An OAuth connection prior to initiating a Data Push Job.
The Data Push API can be used to:
- Push data to the Celonis Platform using chunks, such as Parquet (preferred) or a CSV file, by sending to a Data Push job.
This API supports multiple methods of authentication:
- (recommended method) Via OAuth 2.0 token with scope
data-push, 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.
Important
Support for the Application Key and API Key methods is being discontinued. Sunsetting milestones will be officially announced.
See this page for more information about using OAuth 2.0.