List Lookup Lists for an account

Lists all Lookup Lists for an account, returning the latest version of each.

You need the "View lookup lists" permission to use this endpoint.

Query Params
sort
array of strings

Sorting criteria. Allowed fields: name, status, updated_at, updated_by, created_at, created_by. Each criterion should be a string in the format: property_name for ascending order, or -property_name for descending order. For example, to sort by name descending: -name. Multiple sort criteria are supported. Provide each as a separate 'sort' query parameter (e.g., ?sort=-name&sort=status).

sort
integer
≥ 1
Defaults to 1

One-based page index (1..N)

integer
≥ 1
Defaults to 50

The size of the page to be returned

string

Search term to filter lookup lists by name

Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json