Cooper
  1. Recruiting
Cooper
  • Getting Started
    • Generate an API key
  • Recruiting
    • Widget Integration
      • Integration Guide via Widget
      • Embed the Widget Code in WordPress
      • Steps to Implement in a React.js Website
    • Integration via code
      • Integration via code
      • Jobs Listing
  • Candidates
    • Candidate Sync API
      POST
  1. Recruiting

Integration via code

To integrate the listing jobs using an API (via a POST request), you'll follow a few steps. First, you'll generate an API key using the settings tab, then you’ll use the API in your codebase to make a POST request to the endpoint. Here's a detailed guide on how to achieve this.

Steps to Generate API and Make POST Request:#

Generate API Key:#

1.
Log in to your platform and navigate to the Settings tab.
2.
Go to the Company tab and find the API Key section.
3.
Copy the generated API key. This key will be used to authenticate your API requests.

Find API Endpoint:#

Typically, you will have an endpoint URL for the job listing API: https://api.cooperhire.io/filtered_company_jobs.

Make POST Request:#

You'll need to send a GET request to the API endpoint using the API key and any required filter parameters.
Previous
Steps to Implement in a React.js Website
Next
Integration via code
Built with