Skip to content

Get campaign.

GET
/backend/v1/campaigns/{campaignId}

Retrieves a campaign by its ID.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

campaignId*
Typestring
Required
formatuuid

Query Parameters

configAt

Get the config at a given point in time.

Responses

Successful Response
application/json
JSON
{
"campaign": {
"attacks": [
{
"converters": [
[
"base64",
"leetspeak",
"unicode_confusable",
"caesar",
"repeat_token",
"single_character"
]
],
"pack": "string",
"severity": 1,
"technique": "static_content",
"vector": "string"
}
],
"description": "string",
"id": "string",
"name": "string",
"orgId": "string",
"vendored": false
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: