Post vaultcredentials
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Body
Input for creating a new vault credential
Type of credential to create
login, secure_note, card, identity, oauth_token, api_key, certificate Display name for the credential
1Agent identifier. Optional when using an agent API key (resolved automatically); required when using a master key.
^[0-9a-z]+$Free-form notes to attach
Login data, required when type is login
Card data, required when type is card
Identity data, required when type is identity
OAuth token data, required when type is oauth_token
API key data, required when type is api_key
Certificate data, required when type is certificate
Custom fields to attach
Mark the credential as a favorite
Folder to place the credential in
Organization to scope the credential to
Collections to share the credential with
Response
OK
Full credential record returned from the vault
Unique credential identifier
Credential type
login, secure_note, card, identity, oauth_token, api_key, certificate User-defined credential name
Whether the credential is marked as a favorite
Timestamp when the credential was created
Timestamp when the credential was last updated
Free-form notes attached to the credential
Login credential data, present when type is login
Card credential data, present when type is card
Identity credential data, present when type is identity
OAuth token data, present when type is oauth_token
API key data, present when type is api_key
Certificate data, present when type is certificate
Custom fields attached to the credential
Folder the credential belongs to
Organization the credential is scoped to
Collections the credential is shared with
