Skip to main content

login

Session API

Issues a gateway session token from a client id and secret. The token is the bearer credential for calls on the gateway host.

POST/api/hiecm/gateway/v3/sessions

Authorizations

Authorizationbearer tokenRequired

The access token from POST /api/hiecm/gateway/v3/sessions.

Body

clientIdstringRequired
clientSecretstringRequired
grantTypestringRequired

Responses

200

No response body is documented for this request.