Cooper
  1. Integration via code
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
        GET
  • Candidates
    • Candidate Sync API
      POST
  1. Integration via code

Integration via code

To integrate the listing jobs using an API (via a GET 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 GET request to the endpoint. Here's a detailed guide on how to achieve this.

Steps to Generate API and Make GET 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.

Make GET Request:#

You'll need to send a GET request to the API endpoint using the API key and any required filter parameters. On this Job Listing page, you can view the payload and response schema of the Job Listing API.
Previous
Integration via code
Next
Jobs Listing
Built with