POST
/
{certificate_id}
/
v1
/
validate
curl --request POST \
  --url https://cert.formcertify.com/{certificate_id}/v1/validate \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "company_name": "<string>"
}'
{
  "consent_received": true,
  "company_name": "<string>"
}

Authorizations

API-KEY
string
header
required

Path Parameters

certificate_id
string
required

ID of certificate

Body

application/json

Validation data

The body is of type object.

Response

200
application/json

Validation successful

The response is of type object.