List publications
Retrieve all publications associated with your API key.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
expand
Optionally expand the results by adding additional information like subscription counts and engagement stats.
limit
A limit on the number of objects to be returned. The limit can range between 1 and 100, and the default is 10.
page
Pagination returns the results in pages. Each page contains the number of results specified by the limit
(default: 10).
If not specified, results 1-10 from page 1 will be returned.
direction
The direction that the results are sorted in. Defaults to asc
asc
- Ascending, sorts from smallest to largest.
desc
- Descending, sorts from largest to smallest.
Allowed values:
order_by
The field that the results are sorted by. Defaults to created
created
- The time in which the publication was first created.
name
- The name of the publication.
Allowed values:
Response
OK
data
limit
The limit placed on the results. If no limit was specified in the request,this defaults to 10.
page
The page number the results are from. If no page was specified in the request, this defaults to page 1.
total_results
The total number of results from all pages.
total_pages
The total number of pages.