Hooks
hooks
Methods
Create a new hook.
Delete a hook.
Retrieve a hook by its ID. Accepts a list of fields to include in the result.
Example: Authorization: Bearer My Bearer Token
Comma-separated list of fields to include in the result. Leave empty to retrieve all fields.
Update an existing hook.
Domain types
Secrets
hooks.secrets
Methods
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.
Delete one or more existing secrets for a given hook. Accepts an array of secret names to delete.
Retrieve a hook's secrets by the ID of the hook.
Update one or more existing secrets for an existing hook. Accepts an object of key-value pairs, where the key is the name of the existing secret.