Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-21"

Query Parameters

account_id
string

Scope the list to this account (biz_ tag). Requires read access to the account; account API keys may pass their own account or a connected account.

user_id
string

List the bounties this user participated in (user_ tag). Must be the authenticated user.

status
enum<string>

Filter by lifecycle state.

Available options:
scheduled,
open,
closed,
completed,
canceled
business_goal_type
enum<string>

Filter by the poster's declared goal. Bounties created before the goal taxonomy carry no goal and never match this filter.

Available options:
clipping,
post_engagement,
owned_account_growth,
ugc_content,
local_activation,
data_capture,
other
country
string

Only bounties workable from this country, as an ISO 3166-1 alpha-2 code. Bounties with no country targeting are workable worldwide and always match.

experience_id
string

Only bounties posted to this forum experience, prefixed exp_. An unknown experience, or one outside the caller's scope, matches nothing.

query
string

Substring match on the bounty title or ID.

created_after
string

Only bounties created after this ISO 8601 timestamp.

created_before
string

Only bounties created before this ISO 8601 timestamp.

order
enum<string>
default:created_at

Sort field.

Available options:
created_at,
gross_paid_out_amount,
gross_reward_amount
direction
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc
first
integer
default:20

Number of bounties to return from the start of the window.

Required range: x <= 100
after
string

Cursor to paginate forwards from.

last
integer

Number of bounties to return from the end of the window.

Required range: x <= 100
before
string

Cursor to paginate backwards from.

Response

bounties listed

data
object[]
required
page_info
object
required