CareerOS Partners API

CareerOS Partners API

One API for your
CareerOS data.

Students, resumes, career profiles, alumni, and jobs — a stable REST surface for your data warehouse, CRM, or campus systems. One token, every resource.

terminal
$ curl 'https://api.partners.thecareeros.com/v1/students?limit=2' \
    -H "Authorization: Bearer $TOKEN"

[
  {
    "first_name": "Alex",
    "last_name": "Doe",
    "email": "alex.doe@example.edu",
    "graduation_date": "2026-06-15",
    "cohort_name": "MBA 2026",
    "status": "active"
  },
  ...
]

Secure by construction

Tenant isolation is enforced inside the database, beneath the API layer. Your token can only ever see your universities' data — no filter, header, or query trick changes that.

Stable, versioned contract

v1 only ever adds. We never remove columns or change the meaning of a shipped field — breaking changes would ship as a parallel v2 with 6+ months of overlap.

Query, don't paginate blindly

Filter on any column, project just the fields you need, sort server-side. Powered by PostgREST — the same operators on every resource.

Ready to integrate?

Existing partners: your token works right now — start with the quickstart. Not a partner yet? Talk to us.