OfferCue

Official developer documentation

OfferCue API documentation.

Use these named, stable resources to integrate OfferCue into an agent workflow. The REST API is the primary product surface for retrieving sponsored offers.

Core resources

Public retrieval

curl -H "Accept: application/json" "https://getoffercue.com/api/v1/offers?query=bookkeeping&country=US&language=en"

Keep the sponsored field and advertiser context when presenting a result. Payment buys eligibility for matching; it does not make an offer organic, verified or endorsed.

Authentication and webhooks

Public offer retrieval requires no key. Campaign creation, moderation and payment operations are server-side authenticated. Payment webhooks are provider-specific and must be verified before changing campaign state; see the OpenAPI contract and payment adapter documentation before enabling them.