To retrieve a list of application sources for a company, you’ll need to access the application sources endpoint. This endpoint returns a paginated list of sources, such as LinkedIn, Xing, Indeed etc., that are available for a company.

HTTP Method

GET

Path

/api/rest/v3/frontend/applicationSources

Authentication

Client Access Token or Basic Authorization

Query Parameters

  • page: The page number of the results to retrieve
  • size: The number of items per page

Example call with cURL:

Responses

Success

  • Code: 200
  • Description: Returns a paginated list of application sources.
  • Payload:

Comments

Comments are closed.