Go
Add hook secrets
Add one or more secrets to an existing hook. Accepts an object of key-value pairs, where the key is the name of the secret. A hook can have a maximum of 20 secrets.
POST
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the hook to retrieve
Body
Hashmap of key-value pairs where the value must be a string.
Response
Hook secrets successfully added.