Webhook
Last updated
Was this helpful?
Last updated
Was this helpful?
Before you can make requests to this resource, you must have a valid bearer token. Review our API authorization guide to learn how to generate a token. Here's a curl example of how to define your access token in a header:
The examples below do not show the required Authorization
header due to a bug. We're working on fixing that. In the meantime, be sure to include that in all of your requests.
Creates a new secret with associated metadata.
/v1/secrets
A user-friendly name for the secret.
Retrieves a list of secrets, optionally filtered by status.
/v1/secrets
Filter secrets by their status.
active
active
, pending
Optional Filter that indicates the current pagination index of the response.
1
Optional Filter that indicates the total number of records included in the response.
10
Updates the details of an existing secret specified by id
.
/v1/secrets/{id}
The unique identifier of the secret to be updated.
A user-friendly name for the secret.
The status of the secret.
active
, pending