Skip to content

List campaigns

Lists the campaigns this brand has on Scout, with how many creators are on each and when applications close. signedCreators counts the people scouty_list_applicants lists for that campaign: creators the team accepted or has still to accept, signed or not, and creators in or through the activation flow, each person once.

GET/v1/campaigns
  • Scopecampaigns:read
  • Read
  • MCP toolscouty_list_campaigns

Markdown version for your agent

Authorization

Send a Scouty token as a bearer token in the Authorization header. The token needs the campaigns:read scope, or the call answers 403 insufficient_scope. Tokens and scopes

Authorization: Bearer $SCOUTY_TOKEN

Query parameters

NameTypeRequiredDescription
statusstringOptional

Only campaigns in this publish state. Every campaign when omitted.

One of draft published paused

Errors

A refusal answers { "error": { "code", "message" } }. Branch on code; the message is for a person. Every error and its fix

Statuserror.codeMeaning
400 Bad Requestinvalid_requestThe request was not the shape this capability takes, or its body was not JSON.
401 Unauthorizedmissing_token invalid_token token_revoked token_expired token_orphanedNo token, or one that is not recognized, revoked or expired.
403 Forbiddeninsufficient_scope wrong_principalThe token does not carry the scope this capability needs.
429 Too Many Requestsrate_limitedToo many requests this minute. Retry-After says how long is left.