OAuth 2.0 Client Credentials Certificate Rotation Endpoint
Users with the Manage own OAuth 2.0 Client Credentials certificates permission can use the endpoint to work with their certificates used with the OAuth 2.0 client credentials flow.
You can set up three different requests:
-
GET request that returns the list of certificates associated with the given integration record.
-
POST request that lets you set up a new certificate for a given integration record.
-
POST request that lets you revoke any active certificate.
For every request you must provide a valid access token either through the OAuth 2.0 authorization code grant flow, or the OAuth 2.0 client credentials flow. The access token must be issued for the REST web services scope.