Authentication
In order to invoke Oracle Utilities Network Management System REST API, the caller needs to be authenticated using valid Oracle Utilities Network Management System mobile user credentials. HTTP Basic Authentication protocol is used for authentication. Since HTTP Basic Authentication does not encrypt credentials, the HTTPS transport should be used.
If using BASIC Authentication, the Header would look like this:
Authorization: Basic <credentials> <app-key>
If using IDCS or another OAuth2 Authentication provider, you can pass the token Authentication like this:
Authorization: <TokenType> <Token> <app-key> <LoginName>