ClientCertificates (Collection)


Retrieve/ Search uploaded Client Certificates.

GET https://apis.wso2.com/api/am/publisher/v0.16/clientCertificates

This operation can be used to retrieve and search the uploaded client certificates.

OAuth 2.0 Scope

Not required

Examples

Parameters

Type Name Description Schema Default
Query

limit

optional

Maximum size of resource array to return.

Integer

25

Query

offset

optional

Starting point within the complete list of items qualified.

Integer

0

Query

alias

optional

Alias for the client certificate

String

Query

apiId

optional

UUID of the API

String

Responses

HTTP Code Description Schema

200

OK. Successful response with the list of matching certificate information in the body.

ClientCertificates

400

Bad Request. Failure due to not providing alias or server is not configured to support mutual SSL authentication.

Error

500

Internal Server Error

Error