GET
/api/v1/linkedin/companies/{identifier}/jobs
Path parameters
identifier required | string Company public identifier (heravideo), numeric company id, or a LinkedIn company URL such as https://www.linkedin.com/company/heravideo. |
Query parameters
connectedAccountId required | string · uuid Connected account to act as |
cursor optional | string |
limit optional | integer |
Response
200Jobs and an optional cursor.
| jobs | object[] |
| cursor | string | null |
Errors
- 400: Bad request
- 401: Unauthorized: missing or invalid API key
- 403: Forbidden
- 404: Not found
- 422: Invalid request payload