v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGenerate Access Token
This endpoint generates an access token for new Central. The provided API client credentials must be for Central application on the HPE GreenLake Platform. The generated token is valid for 2 hours.
post/as/token.oauth2
Headers
Content-Typestring
Response
Successful response
Example response
{
"access_token": "<access_token>",
"token_type": "Bearer",
"expires_in": 7200
}