Get a job
Authorization
bearerAuth AuthorizationBearer <token>
An API key from Settings > API access, sent as Authorization: Bearer sp_live_.... Send exactly one credential per request; a request carrying both a bearer token and a session cookie is rejected rather than resolved by precedence.
In: header
Path Parameters
jobId*string
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/jobs/string"{ "id": "string", "title": "string", "status": "string", "companyId": "string", "companyName": "string", "description": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}Last updated on