Credentials
credentials
Methods
Create a new credential for storing sensitive data like API keys, tokens, or other secrets.
Retrieve a specific credential by its unique identifier.
Retrieve a specific credential by its name.
Retrieve the plaintext payload of a credential by its ID.
Retrieve the plaintext payload of a credential by its name.
Retrieve a paginated list of all credentials for the current account with optional name filtering.
Filter credentials by name
Whether there are more items left to be fetched.
The total of items that match the query. This is greater than or equal to the number of items returned.
The maximum number of items to return.
Update an existing credential's properties including name, description, type, payload, and metadata.
Permanently delete a credential and all its associated data.
Domain types