crew-certificates
List Certificates
List all certificates for a user, each with its review state. Two SQL calls total (certs + one batched verification fetch — no N+1).
GET
List Certificates
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Computed at response time from expiry_date - today().
No unknown value — when there's no expiry_date we use VALID (the
document doesn't expire; treat as good).
Available options:
valid, expiring_soon, expired API response shape (camelCase). Used both as the per-item entry in a
profile summary and embedded as the verification field on a credential
response.
List Certificates