Skip to main content
POST
/
{certificate_id}
/
v1
/
vault
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>"
}

Authorizations

API-KEY
string
header
required

Path Parameters

certificate_id
string
required

ID of certificate

Body

application/json

Vault certificate data

identifier
string

Identifier used to associate a certificate to a contact/lead in your system

Response

Vault certificate created successfully

message
string

Message from the API

expires_at
string

Timestamp when the vault certificate will expire

I