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
Identifier used to associate a certificate to a contact/lead in your system
Vault certificate created successfully
Message from the API
Timestamp when the vault certificate will expire