# k

API key used to authenticate the yc-360 script with the yCrash server. This key is provided with your license and is required for submitting data

Type: string

Default: ""

Example (YAML):

options:
  k: 1b2c3d4e-1234-4567-890a-abcdef123456
1
2

Example (CLI):

./yc -k "1b2c3d4e-1234-4567-890a-abcdef123456"
1