v1
latestOpenAPI 3.0.02026-08-062438369.6 KBCertifications
Get all certifications
Returns a paginated list of all certifications defined for your organization. Use this endpoint to sync certification records into an external system or to look up certifications by name. Filter by name, creation date, or last-updated date to retrieve only the records relevant to your integration.
get/certificates
Query parameters
name_likestring
The certification name, or part of a name, to search for.
created_beforestring date-time
Date the Certification was created on or before.
created_afterstring date-time
Date the Certification was created on or after
updated_beforestring date-time
Date the Certification was updated on or before.
updated_afterstring date-time
Date the Certification was updated on or after
Response
Returns the paginated list of certifications for your organization. The response includes pagination links and meta fields to navigate additional pages.
Example response
{
"data": [
{
"id": 1,
"name": "Volunteer Application",
"requirement": "Watch tutorial videos.",
"slug": "2d8614a5-31ed-4810-8da2-448f59463e43",
"expiration_in_months": 12,
"creator_id": 1,
"organization_id": 1,
"created_at": "2016-03-07T07:49:41+00:00",
"updated_at": "2016-03-07T07:49:41+00:00"
}
]
}