Skip to content

Get a creator on a campaign

Reads one creator on one of this brand's campaigns, anyone scouty_list_applicants lists with a memberId: their handles, their Scout standing, where their application stands, whether and when they signed the contract, and how far through activation they are.

GET/v1/campaigns/{campaignId}/creators/{memberId}
  • Scopecreators:read
  • Read
  • MCP toolscouty_get_creator

Markdown version for your agent

Authorization

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

Authorization: Bearer $SCOUTY_TOKEN

Path parameters

NameTypeRequiredDescription
campaignIdintegerRequired

The campaign this creator is on.

memberIdintegerRequired

The creator's member id.

Errors

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

Statuserror.codeMeaning
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.
404 Not Foundnot_foundNo such route, or no such campaign for this client.
429 Too Many Requestsrate_limitedToo many requests this minute. Retry-After says how long is left.