Skip to main content

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​

ParameterDescriptionExample
statusFilter by partnership status?status=activated

Sorting​

Use the sort parameter with format field:direction. Allowed fields: createdAt, updatedAt.

Example: ?sort=createdAt:desc

Request​

Responses​

Campaign creators retrieved successfully

Response Headers
    X-RateLimit-Limit

    The maximum number of requests allowed per minute

    X-RateLimit-Remaining

    The number of requests remaining in the current window

    X-RateLimit-Reset

    Unix timestamp when the rate limit window resets