Skip to main content
GET
/
advertisers
/
{advertiserId}
/
hypotheses
/
{hypothesisId}
/
test-plans
List test plans
curl --request GET \
  --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/hypotheses/{hypothesisId}/test-plans \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>",
    "details": {}
  }
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

advertiserId
string
required

Unique identifier for the advertiser

Minimum string length: 1
Example:

"12345"

hypothesisId
string
required

Response

List test plans