Get Advertisers
POST/marketplaces/:marketplaceID/advertisers/table
Retrieve a paginated list of advertisers for a marketplace. Supports filtering, sorting, and search.
Sortable + filterable columns: created_at, email, id, name, resource_id, status, type, updated_at. Each of these can be supplied in sort (asc/desc) or in filters (via the standard key/op/value shape).
search matches only against the name column.
Request body is required. Send {} to apply default pagination — an entirely empty body (no JSON payload) is rejected with 400 Wrong Type Invalid request payload.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Advertisers Retrieved Successfully
Bad Request
Unauthorized
Marketplace Not Found
Internal Server Error