At a glance

Four steps cover the whole integration. Each one is explained in full, with code, in the Integration Guide.

  1. Generate a key

    An OWNER creates a scoped API key from Company Settings in the app.

  2. Call the API or subscribe a webhook

    Pull vacancies/applications over REST, and/or register a URL to receive events for your company.

  3. Verify signatures

    Every webhook delivery is HMAC-signed — verify it before trusting the payload.

  4. You're live

    Failed deliveries retry automatically for up to 24 hours.

A first call

Every request carries your API key as a bearer token. Replace the host below with your actual API base URL.

curl https://api.jobs.example.com/v1/partner/vacancies \
  -H "Authorization: Bearer pk_live_6f2c9a1e..."

What's included

Everything a partner integration needs, and nothing more.