Hello everyone,
is it possible to connect a 3rd-party-system to the CtrlX Data Layer via oauth2?
The goal is to access data of the Data Layer.
Thank you!
Hello everyone,
is it possible to connect a 3rd-party-system to the CtrlX Data Layer via oauth2?
The goal is to access data of the Data Layer.
Thank you!
Hi E_Stapel ,
How are you trying to access the datalayer?
For REST API, the standard is bearer token authentication. Bearer tokens are obtained by request with authorized user credentials from the Authorization and Authentication API.
Here is an example request:
Similarly, SDK clients can access datalayer resources using authorized user credentials. See the Python datalayer client sample.