Skip to main content
This guide covers the key concepts you need to integrate the List lookup endpoints into your application.

Authentication

List lookup endpoints support multiple authentication methods:

Example request

cURL

Endpoints overview


Fields and expansions

Default response

Available fields

Example with expansions

cURL

Response with expansion

Fields and expansions guide

Learn more about customizing responses

Pagination

When retrieving owned Lists, results are paginated:
cURL

Pagination guide

Learn more about pagination

Private Lists

  • Private Lists are only visible to the owner
  • You must authenticate as the owner to retrieve private List details
  • The private field indicates whether a List is private

Error handling


Next steps

Quickstart

Make your first List lookup request

List Posts

Get Posts from a List

API Reference

Full endpoint documentation

Sample code

Working code examples