Authentication and Authorization

The Oracle Communications Service Catalog and Design REST API uses HTTP Bearer authentication, which requires a user's ID and password, OIDC client ID, or secrets to authenticate requests.

Authorization: Bearer token

where token is the token that you obtain from the authenticator for authenticating your requests. See the documentation of the authenticator that you use to obtain the token.