POST
/
{certificate_id}
/
v1
/
vault
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

The body is of type object.

Response

200
application/json

Vault certificate created successfully

The response is of type object.