Documentation

Integrate with Jobstream

Get your API key and start calling Jobstream partner APIs.

Introduction

Connect your systems to Jobstream using a partner API key and the Partner Integration API.

Overview

Jobstream is a creator-powered hiring platform. Creators share vetted job opportunities with their audiences, and partners can integrate to distribute feeds, track clicks, and attribute applications.

As a partner, you do not request an access token through an OAuth endpoint. Your API key is issued through the Jobstream platform and copied from your account settings. Use that key on every request to the Partner Integration API.

Become a Jobstream partner

If you are not already a partner, reach out to the Jobstream team. We will set up your account and enable API access.

Contact us about partnering

Tell us about your company and integration goals. We will follow up to discuss next steps.

Get your API key

Your API key is available in the Jobstream app after your partner account is configured.

Sign in to Jobstream

Open app.getjobstream.com and sign in with the credentials provided for your partner account.

Open Account Settings

Copy your API key

Find the API Key section on the settings page. Copy your key and store it securely — treat it like a password.

Warning

Do not share your API key in public repositories, client-side code, or support tickets. If you believe a key has been exposed, contact Jobstream so we can rotate it.

Call Jobstream APIs

Send your API key on every Partner Integration API request using the x-api-key header.

curl -sS -X GET "https://production-api.jobstream.co/partner/feed/<creator_handle>/xml" \
  -H "x-api-key: <your_api_key>"

Use your copied API key in place of <your_api_key>.

For endpoint details, request formats, and examples, see the Partner Integration API reference.

See also