Skip to main content

Retrieve all valid client certificates for this company

get/companies/{companyId}/clientCertificates

Retrieve all previously issued client certificates under this company account which are still valid (neither expired nor revoked).

To make this request, your API credential must have the following roles:

  • Management API - Client certificates read
Endpoint destination URL
https://management-test.adyen.com/v3/companies/{companyId}/clientCertificates
Click to copy
companyIdstringRequired
Min length: 1

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    All valid client certificates were returned successfully.

  • 401 - Unauthorized

    The API credential used in the request is invalid.

  • 403 - Forbidden

    Insufficient permissions to process the request.

  • 429 - Too Many Requests

    Request rate limit exceeded.

  • 500 - Internal Server Error

    An unrecoverable error occurred while trying to perform the request.