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
Company name to validate. Case insensitive.
Validation successful
Whether the company received consent
The validated company name