Core
Early access
Company API v4 is the next-generation API and is under active development. Endpoints and fields may still change.
List all job titles
Return a list of job titles
Return a list of job titles
Query Parameters
page?integer
Page offset to fetch.
Format
int32Default
1per_page?integer
Number of results to return per page.
Format
int32Default
50offset?integer
Pad a number of results.
Format
int32Default
0Response Body
application/json
curl -X GET "https://example.com/api/v4/job_titles"{ "data": [ { "id": 0, "name": "string" } ], "metadata": { "page": 0, "per_page": 0, "total_pages": 0, "total_count": 0 }}