v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
redteam

Campaigns Create

Declare per-endpoint throttling configuration attributes for views.

Endpoints can inherit this mixin and set:

  • endpoint_default_rate_limit_per_user_per_min: float | None

When set (not None), throttling will use ONLY this default RPM for the endpoint without requiring API key / org attributes on the request. When unset, the standard API key / organization / subscription limits apply.

post/redteam/campaigns/

Headers

Authorizationstring required

JWT access token or Respan API key

Request body

target_idstring
targetobject
consentboolean required

Response

idstring
target_idstring required
target_labelstring required
status'queued' | 'running' | 'succeeded' | 'failed'
  • queued - Queued
  • running - Running
  • succeeded - Succeeded
  • failed - Failed
errorstring
created_atstring date-time required
started_atstring date-time nullable
finished_atstring date-time nullable