Security
Primavera Administration REST API supports the following authentication schemes:
- Basic authentication
- Bearer authentication using OAuth
Note: Authentication using OAuth is only available to customers whose products are hosted on Oracle Cloud Infrastructure (OCI). If you do not know where your product is hosted, contact your Customer Success Manager or an application administrator.
If you choose to use basic authentication, you can use version one or two endpoints.
Version one endpoints use the format:
/cloudapi/restapi/<service>/<task>
Version two endpoints use the format:
/cloudapi/restapi/v2/<service>/<task>
If you choose to use bearer authentication using OAuth, you must use version three endpoints.
Version three endpoints use the format
/cloudapi/restapi/v3/<service>/<task>