List Creators
GET/campaign/:id/creators
Returns a paginated list of creators associated with a specific campaign.
Each entry includes the creator's profile information (name, headline, followers) and their partnership details within the campaign (status, budget, pricing).
Pagination​
Use page and pageSize query parameters to paginate through results. The response includes a meta.pagination object with total counts and page information.
Filtering​
| Parameter | Description | Example |
|---|---|---|
status | Filter by partnership status | ?status=activated |
Sorting​
Use the sort parameter with format field:direction. Allowed fields: createdAt, updatedAt.
Example: ?sort=createdAt:desc
Request​
Responses​
- 200
- 401
- 404
- 429
Campaign creators retrieved successfully
Response Headers
The maximum number of requests allowed per minute
The number of requests remaining in the current window
Unix timestamp when the rate limit window resets
Unauthorized - Invalid or missing API key
Campaign not found
Rate limit exceeded
Response Headers
The maximum number of requests allowed per minute
The number of requests remaining in the current window
Unix timestamp when the rate limit window resets
Seconds until the rate limit resets (only on 429 responses)