The following API endpoints can be accessed to provide information and details about the active job adverts.
GET: /sites/{siteId}/latest
GET: /sites/{siteId}/popularjobs
GET: /sites/{siteId}/listings
GET: /sites/{siteId}/employers
POST: /search
Using the following JSON structure as payload:
{
"id": 0,
"keyword": "string",
"searchId": "string",
"offset": 0,
"limit": 0,
"inhouse": 0,
"employment": 0,
"contract": 0,
"latitude": 0.0,
"longitude": 0.0,
"radius": 0,
"isCountry": false,
"startMonth": 0,
}
POST: /profile
Using the following JSON structure as payload:
{
"id": 0,
"advertId": 0,
"customer": "string",
"profile": "string"
}
GET: /jobs/{jobId}
POST: /apply
POST: /purchase/listings