SuperpositionSuperposition

List jobs

GET
/jobs

Returns a company's published job descriptions. Use it to render your open roles on your own site or careers page. No authentication required.

Query Parameters

companyId*string

The company whose published jobs to return.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/jobs?companyId=string"
{  "data": [    {      "id": "string",      "title": "string",      "department": "string",      "location": "string",      "compensationRange": "string",      "equityRange": "string",      "url": "string",      "postedAt": "2019-08-24T14:15:22Z"    }  ]}

Last updated on