CreateCredential
Create a new credential and store it securely in the federation platform.
POST
/api/v1/credentialsOperation ID
CreateCredentialSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable name to identify the credential.
Example: prod-db-password
descriptionStringRequiredFree-text description of the credential's purpose.
Example: Primary database password for production environment
typeStringRequiredType of the credential (e.g. password, API key, TLS cert, SSH key).
Example: CREDENTIAL_TYPE_UNSPECIFIED
valueStringRequiredSensitive credential value to be securely stored.
Example: s3cr3t-v@lue
expiresAtStringRequiredTimestamp when the credential will expire.
Example: 2026-01-15T08:00:00Z
