Skip to main content
GET
List certifications in organization

Authorizations

Authorization
string
header
required

JWT access token. Send Authorization: Bearer <token>.

Path Parameters

organization_id
string<uuid>
required

Organization identifier

Query Parameters

limit
integer
default:50

Page size

Required range: 1 <= x <= 200
cursor
string

Opaque pagination cursor from a previous list response

organization_member_id
string<uuid>

Filter certifications to a single member within the org

updated_after
string<date-time>

Exclusive lower bound on updated_at for incremental sync

Response

Paged certifications

data
object[]
required
page
object
required