Skip to main content
GET
List saved searches

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:20

Items per page

Required range: 1 <= x <= 100
Example:

20

starting_after
string<uuid>

The ID of the last item in the previous page

Example:

"01a03ad3-2558-71f7-8a24-75c3baa3c5c2"

Filter by name (case-insensitive substring)

Example:

"fintech"

Response

Default Response

items
object[]
required
next_starting_after
string<uuid>

Pass as starting_after to fetch the next page; absent on the last page

Example:

"01a03ad3-2558-71f7-8a24-75c3baa3c5c2"