Create certificate generation link

Creates a new digital certificate generation link with specified duration

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

merchantIdstringRequired
Merchant ID
organizationIdstringRequired
Organization ID

Request

This endpoint expects an object.
certificateDurationenumRequired
Duration of the certificate
Allowed values:

Response

Digital certificate generation link
certificateGenerateIdstring
Certificate issuance id

Errors

400
Create Certificate Link Request Bad Request Error
401
Create Certificate Link Request Unauthorized Error
403
Create Certificate Link Request Forbidden Error
422
Create Certificate Link Request Unprocessable Entity Error
500
Create Certificate Link Request Internal Server Error