cURL
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>" }
Validate your company received one-to-one consent
ID of certificate
Validation data
The body is of type object.
object
Validation successful
The response is of type object.