Generate Bearer Token for accessing Optum Real APIspost https://sandbox-apigw.optum.com/apip/auth/sntl/v1/tokenGiven the client ID and client secret, retrieves a bearer token to be used for accessing this API.Form Datagrant_typestringenumrequiredOAuth2 grant type; must be client_credentials.client_credentialsAllowed:client_credentialsclient_idstringrequiredClient identifier issued by Optum.client_secretstringrequiredClient secret issued by Optum.Responses 200Success 400Bad Request. The request body is malformed or missing required information. 401Unauthorized. No or invalid authentication details are provided. 403Forbidden. Authentication succeeded but authenticated client doesn't have access to the resource. 415Unsupported Media Type. Only application/x-www-form-urlencoded is supported for requests. 500Internal Server Error. An unexpected error has occurred.Updated 3 months ago