Team
ListJobs
Lists jobs in a seller account. Results are sorted by title in ascending order.
get/v2/team-members/jobs
Query parameters
cursorstring
The pagination cursor returned by the previous call to this endpoint. Provide this cursor to retrieve the next page of results for your original request. For more information, see Pagination.
Response
Success
Example response
{
"jobs": [
{
"created_at": "2021-06-11T22:55:45Z",
"id": "VDNpRv8da51NU8qZFC5zDWpF",
"is_tip_eligible": true,
"title": "Cashier",
"updated_at": "2021-06-11T22:55:45Z",
"version": 2
},
{
"created_at": "2021-06-11T22:55:45Z",
"id": "FjS8x95cqHiMenw4f1NAUH4P",
"is_tip_eligible": false,
"title": "Chef",
"updated_at": "2021-06-11T22:55:45Z",
"version": 1
}
]
}