Subdomain
Success
const response = await fetch('/v2/public/{subdomain}/jobs', { method: 'GET', headers: {}, }); const data = await response.json();
{ "Results": [], "Pages": { "First": "text", "Prev": "text", "Next": "text", "Last": "text" }, "IdResults": [] }