Go
Get hook secrets
Retrieve a hook’s secrets by the ID of the hook.
GET
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the hook to retrieve secrets from.
Response
Hook secrets successfully retrieved.
Hashmap of key-value pairs where the value must be a string.