Authentication

Authenticate against the Careers API with a Career API key.

The Careers API authenticates with a Career API key passed in the X-API-KEY header. Career keys are limited to non-sensitive vacancy data, so they're safe to embed in a public-facing website.

curl https://app.peopleforce.io/api/careers/v1/vacancies \
  -H "X-API-KEY: <your_career_api_key>"

Scaffold page — fuller content coming soon.