Return list of certificates. If you send the mode query parameter with the value detailed the certificates returned will have more information (Will contains all certs basic details). To retrieve a list with complete certificate details use this endpoint. If the mode query parameter is omitted or is empty this endpoint will only return the certificates IDs. The list of certificates returned is paginated.
The Tyk Dashboard API Access Credentials
Use p query parameter to say which page you want returned. Send number less than 0 to return all items.
Set to detailed to get certificates that are more with more details (Will contains certs basic details). To retrieve a list of certificates with all the certificate details use this endpoint.
detailed Used to apply filtering to the list of certificates returned in the response.
With this option you are able to filter by certificates that can be used when signing a request (i.e. they contain a private key),
or those used to validate a signature (i.e. they do not contain a private key, only the public key).
This query param works only in combination with detailed mode (mode=detailed).
omit (default) – Returns all certificates.
with_pk – Returns only certificates that include a private key.
without_pk – Returns only certificates that do not include a private key.
omit, with_pk, without_pk