Credentials
CredentialsResource
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.
Update an existing credential's properties including name, description, type, payload, and metadata.
Optional unencrypted credential_metadata
Optional description
User-friendly name for the credential
The credential payload to be encrypted
Type of credential: key or json
Permanently delete a credential and all its associated data.
Domain types