This token can be used to access operations of all the services like data service, catalog service, and TM Forum Adapter Service.
Procedure
To access the REST API, enter the following endpoint in a browser:
http://localhost:9091/oauth/token.
Pass the following parameters in the request body:
Authorization parameters and description
Element Name
Element Type
Description
userName
String
Existing user name.
password
String
Existing password.
tenantId
String
ID of a tenant.
Result
An authorization token is generated. This token is unique and valid only for the dedicated user with tenant ID. The access token comes with an expiry. This authorization token must be passed (in the Authorization header) with all access requests.