RedRavenApi reference

Get test attack methods

Return the stored technique selection and Dimension 2 config, or defaults when none are saved.

GET
/tests/{test_id}/attack-methods

Return the stored technique selection and Dimension 2 config, or defaults when none are saved.

Authorization

ApiKeyAuth OrganizationId
X-API-Key<token>

Your RedRaven API key.

In: header

X-Organization-Id<token>

RedRaven organization UUID that scopes the API key.

In: header

Path Parameters

test_id*string

RedRaven test UUID.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/tests/497f6eca-6276-4993-bfeb-53cbbbba6f08/attack-methods"
{  "technique_ids": [    "string"  ],  "dimension2": {    "warm_up_turns": 1,    "attempts": 3  }}