Skip to content

List campaigns using this rotation​

GET
/api/rotations/{id}/campaigns

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Campaign list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"status": 0
  
}
]

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI