How to Prototype Requests

This method is only available on active JobsEQ licenses with a valid API Key.

To begin, you only need your API key. Keep it secure; never include it in client-side code or public repositories.

The documentation for each endpoint includes the ability to prototype and test requests in a variety of languages. Simply include your API Key preceded by the EQ-Key authorization prefix in the header input and the appropriate header will be added to the prototyped request.

Request payloads are built using the input form in the main section of the reference documentation.


Click "Try It!" and inspect the JSON response format.


The response will populate immediately below the request preview element.

{
  "data": [
    {
      "id": "683cf1c27318e9061036f381",
      "title": "Warehouse Associate and Delivery Driver",
      "company": "Triangle Fastener Corporation",
      "url": "https://jobseq.eqsuite.com/JobPost/View/683cf1c27318e9061036f381/warehouse-associate-and-delivery-driver?lic=43&uid=27887",
      "dateEnd": "2026-06-02T00:00:00",
      "socCode": "53-3033.00",
      "socLabel": "Light Truck Drivers",
      "location": "Chicago, Illinois",
      "dateStart": "2025-06-02T00:00:00",
      "active": true,
      "wage": null,
      "jobTypes": [
        "Full-Time",
        "Non-Remote"
      ]
    },
    ...
    {
      "id": "681d05ab7792540e604a351f",
      "title": "Travel Respiratory Therapist (RRT)",
      "company": "Anders Group",
      "url": "https://jobseq.eqsuite.com/JobPost/View/681d05ab7792540e604a351f/travel-respiratory-therapist-rrt?lic=43&uid=27887",
      "dateEnd": "2025-06-02T00:00:00",
      "socCode": "29-1126.00",
      "socLabel": "Respiratory Therapists",
      "location": "Park Ridge, Illinois",
      "dateStart": "2025-06-02T00:00:00",
      "active": false,
      "wage": null,
      "jobTypes": [
        "Non-Remote"
      ]
    },

  ],
  "count": 118841
}