Skip to main content

Get the certificate information

Retrieve certificate information. When invoked, it provides details about the certificates used within the system.

GET/api/hiecm/gateway/v3/certs

These certificates are crucial for ensuring secure communication and authentication between different components of the system. By using this API, users can access the necessary certificate information required for validating secure connections and maintaining the integrity of data exchanges.

Authorizations

Authorizationbearer tokenRequired

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

Headers

REQUEST-IDstringRequired

Unique UUID for track the end to end request transaction

TIMESTAMPstringRequired

Actual time of the request was initiated, ISO 8601 represents date and time by starting with the year, followed by the month, the day, the hour, the minutes, seconds and milliseconds

X-CM-IDstringRequired

Suffix of the consent manager to which the request was intended

Responses

200

OK

204

No Content

400

Bad Request

401

Unauthorized. The request carried no valid credentials, or the access token has expired. Obtain a fresh token from the session API and retry.

Everything returns 401

403

Forbidden. The caller is authenticated but is not permitted to perform this operation on this resource.

500

Internal Server Error

503

Service Unavailable