/scheduling-linksList scheduling links
Returns scheduling requests for your company with keyset cursor pagination. `source_type` is `quote` (with `quote_id` + `item_recipient_id` set) or `device_action` (with `device_action_id` set).
Query parameters
statussource_typerecipient_emailsortlimitcursorExample response
json
{
"data": [
{
"id": "51634637-a8b9-4c0d-9e2f-304152637485",
"status": "pending",
"source_type": "quote",
"quote_id": "d4e5f607-1829-4a3b-9c4d-5e6f70819243",
"device_action_id": null,
"item_recipient_id": "b1c2d3e4-f506-4718-92a3-b4c5d6e7f809",
"recipient": {
"name": "Sam Lee",
"email": "sam@acme.com",
"country": "United States",
"phone": "415 555 0100",
"phone_country_code": "+1",
"address": "500 Congress Ave, Austin, TX 78701",
"personal_id": null
},
"scheduling_url": "https://app.quipteams.com/schedule/abc123token",
"schedule_link": "https://app.quipteams.com/schedule/abc123token?code=4821",
"access_code": "4821",
"scheduling_email_target": "employee",
"notification_scheduled_for": "2026-02-21T09:00:00.000Z",
"notification_sent_at": "2026-02-21T09:00:03.000Z",
"submitted_at": null,
"expires_at": "2026-03-07T09:00:00.000Z",
"created_at": "2026-02-20T18:00:00.000Z",
"updated_at": "2026-02-21T09:00:03.000Z"
}
],
"meta": { "has_more": false, "next_cursor": null, "total": 1 }
}