GET
cURL
Lists posts for the account, newest first. Bulk campaign posts are not included.

Authorizations

Authorization
string
header
required

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

Query Parameters

account_id
string

Account ID. Required when using an organization token; ignored for account-level tokens.

location_id
string

Optional filter to a single location

state
enum<string>

Optional. SENDING, SCHEDULED, LIVE, PROCESSING, REJECTED, ERROR, or DELETED. Deleted posts are excluded unless requested explicitly.

Available options:
SENDING,
SCHEDULED,
LIVE,
PROCESSING,
REJECTED,
ERROR,
DELETED
source
enum<string>

Optional filter: app (dashboard individual posts) or external_api. Bulk campaigns are never listed.

Available options:
app,
external_api
q
string

Optional full-text search on the post summary

page
integer
default:1

Page number (1-based). Default 1.

Required range: x >= 1
per_page
integer
default:20

Results per page. Default 20. Maximum 100.

Required range: 1 <= x <= 100

Response

Paginated list of individual posts

success
boolean
payload
object