Hook

Retrieve secret keys list

Retrieve all secrets in a list (only keys are retrieved, values are encrypted in DB and aren't possible to obtain via API).

get/api/v1/hooks/{hookID}/secrets_keys

Path parameters

hookIDinteger required

A unique integer value identifying this hook.

Response

OK

string[] required

List of hook secrets keys.

Example response

[
  "secret_key1",
  "secret_key2"
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.