Authenticate

You access the Oracle Analytics Server REST APIs using the same authentication mechanism as your Oracle Analytics Server environment.

Example

The REST API examples in this documentation use a bearer token authorization header. You’ll need to authenticate using the mechanism allowed by your configuration.

For example, if you are using basic authentication, modify the the authorization header in the examples as follows:

--header 'Authorization: Basic <base64 encoded user:password>'