Learn about theDocumentation Index
Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
Use this file to discover all available pages before exploring further.
/link-items and /search/link-items endpoints.
- Link items are employers and payroll providers that a user can select in Argyle Link when they are connecting their payroll accounts.
- The full list of Link items can be found in Argyle Console on the Connections page.
The Link items object
Attributes
status(note, optional)pay_distribution_update(object, optional)supported(boolean, optional)action_types(list of strings, optional)
Retrieve a Link item
GET/v1/link-items/{id}
- Retrieve a Link item object with the supplied ID.
- This request returns a Link item object if you provided a valid identifier.
Path parameters
- curl
- python
List Link items
GET/v1/link-items
- List all Link items supported by Argyle.
- This request returns an object with a
resultsproperty that contains an array of Link item objects.
Query parameters
- curl
- python
Search Link items
GET/v1/search/link-items
- Search for Link items supported by Argyle.
- This request returns an object with a
resultsproperty that contains an array of Link item objects.
Query parameters
- curl
- python