GET   scenarios/proxysniffer/dictionaries/{dictionary_key}

Gets a ZebraTester scenario custom dictionary by dictionary key. Custom dictionary can contain any data used by Proxy Sniffer scripts which needs to be stored separately from scripts.

URL Parameters

NameDescription
dictionary_key

A key to access dictionary

Request example

curl --request GET "https://api-asm1.apica.io/v3/scenarios/proxysniffer/dictionaries/base?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

{
  "sample string 1": "sample string 2",
  "sample string 3": "sample string 4",
  "sample string 5": "sample string 6"
}