Webhook
API Authorization
curl -L "https://webhook.api.korewireless.com/v1/secrets" -H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" Creates a new secret with associated metadata.
A user-friendly name for the secret.
Secret created successfully
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Internal Server Error
Retrieves a list of secrets, optionally filtered by status.
Filter secrets by their status.
activePossible values: Optional Filter that indicates the current pagination index of the response.
1Optional Filter that indicates the total number of records included in the response.
10A list of secrets
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Internal Server Error
Updates the details of an existing secret specified by id.
The unique identifier of the secret to be updated.
A user-friendly name for the secret.
The status of the secret.
Secret updated successfully
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Internal Server Error
Last updated
Was this helpful?