Retrieve Authentication Token - Autonomous AI Database Deployments
post
[host-url]/broker/pdbcs/public/v1/token
Steps to authenticate:
- Send a
POSTrequest with the required JSON payload to the endpoint. - Save the access_token and use it as your Bearer token.
- The token expires after the amount of seconds indicated by 'expires_in'.
- After the token expires, request a new token.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Response
Supported Media Types
- application/json
200 Response
Successful response
Root Schema : TokenDTO
Type:
objectJSON containing access token, refresh token, and other relevant information.
Show Source