OAuth Client Certificate REST Endpoints

Security/OAuth Client Certificate
Manage OAuth client certificates present within the key store. A single certificate is returned Base64-encoded in DER format. Certificate chains are returned Base64-encoded in pkcs#7 format. This REST API is SCIM compliant.
Create an OAuth Client Certificate
Method: post
Path: /admin/v1/OAuthClientCertificates
Delete an OAuth Client Certificate
Method: delete
Path: /admin/v1/OAuthClientCertificates/{id}
Get OAuth Client Certificates
Method: get
Path: /admin/v1/OAuthClientCertificates/{id}
HTTP Options
Method: options
Path: /admin/v1/OAuthClientCertificates
Search OAuth Client Certificates
Method: get
Path: /admin/v1/OAuthClientCertificates
Search OAuth Client Certificates Using POST
Method: post
Path: /admin/v1/OAuthClientCertificates/.search