Quickstart

Quickstart

Make your first API request in minutes.

Prerequisites

  • A valid API key (Bearer token)

Step 1 — Make a Request

curl https://api.easyfind.jobs/vendor/vacancies \
  -H "Authorization: Bearer your_api_key_here" \
  -H "Accept: application/json" \
  -H "Accept-Language: en"

Step 2 — Filter Results

curl "https://api.easyfind.jobs/vendor/vacancies?type=1&per_page=10" \
  -H "Authorization: Bearer your_api_key_here" \
  -H "Accept: application/json" \
  -H "Accept-Language: az"

Step 3 — Change Language

Pass lang query param or Accept-Language header. lang takes precedence.

Supported locales: az, en