Certificates

Create Certificate

post

Creates a new certificate for use with connector authentication.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Body
connector_idstring · nullableOptional
certificatestringRequired
passphrasestring · max: 1000 · nullableOptional
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/certificates

Delete Certificate

delete

Permanently deletes a specific certificate.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
certificatestringRequired

The certificate identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/certificates/{certificate}

Last updated

Was this helpful?