Certification object

This page describes the certification object, which represents a business certification or designation. Certifications include federal programs like SBA certifications and self-certified designations that businesses may hold.

Example JSON response
{
"object": "certification",
"id": "f074244d-5cf3-4703-950a-73a7d54ee555",
"business_id": "b3638510-87ec-425e-bdaa-ad6e48dec871",
"name": "8(a) Business Development Program",
"key": "sba_8a",
"certification_type": "federal",
"certification_id": "12345-ABC",
"entrance_date": "2022-01-15T00:00:00Z",
"exit_date": "2031-01-15T00:00:00Z",
"external_sources": [
{
"organization": "Small Business Administration",
"link": "https://www.sba.gov/federal-contracting/contracting-assistance-programs/8a-business-development-program"
}
],
"created_at": "2024-01-30T23:49:01.100Z",
"updated_at": "2024-01-30T23:49:01.100Z"
}

Certification attributes

AttributeTypeDescription
objectstringThe object type. Always certification.
idstring (uuid)The unique identifier for the certification record.
business_idstring (uuid)The unique identifier of the associated business.
namestringThe name of the certification program.
keystringA unique key identifier for the certification type.
certification_typestringThe type of certification. Possible values: federal, self_certified.
certification_idstring | nullThe official certification ID or number if available.
entrance_datetimestamp | nullThe date the business entered the certification program.
exit_datetimestamp | nullThe date the certification expires or the business exits the program.
external_sourcesobject[]An array of external sources with more information about the certification.
external_sources[].organizationstringThe name of the certifying organization.
external_sources[].linkstringA URL to more information about the certification.
created_attimestampThe timestamp when the certification record was created.
updated_attimestampThe timestamp when the certification record was last updated.

Certification types

TypeDescription
federalA certification issued by a federal government agency, such as SBA certifications.
self_certifiedA certification based on the business’s self-reported designation.

Common federal certifications

CertificationDescription
8(a) Business DevelopmentSBA program for small disadvantaged businesses.
HUBZoneSBA program for businesses in Historically Underutilized Business Zones.
WOSB/EDWOSBWomen-Owned Small Business and Economically Disadvantaged WOSB programs.
SDVOSBService-Disabled Veteran-Owned Small Business certification.
MBEMinority Business Enterprise certification.
DBEDisadvantaged Business Enterprise certification.
Get a demo
Contact your account manager or contact sales to inquire about access.