cURL
curl --request POST \ --url https://cert.formcertify.com/{certificate_id}/v1/vault \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "identifier": "<string>" }'
{ "message": "<string>", "expires_at": "<string>" }
Vault a certificate to retain it for 5 years
ID of certificate
Vault certificate data
The body is of type object.
object
Vault certificate created successfully
The response is of type object.