Skip to main content
Use the credentials API to create, update, and retire stored connection profiles (cloud, database, API keys, OAuth, and passwords). Responses return metadata only—secret values are never echoed back in list or get operations. Authenticate every request with your API key:
If your workspace uses URL versioning, insert /v1 before /api in the path (for example https://api.planasonix.com/v1/api/credentials). See API reference.

List credentials

Returns credential records your key can access. Fields such as passwords, tokens, and private keys are omitted; you see names, types, status, and non-sensitive configuration hints.

Create credential

Get credential metadata

Path parameter id is the credential identifier (for example cred_01j9k2m4n5p6q7r8).

Update credential

Send the fields you want to change. Omitted fields are left unchanged unless the API documentation for your deployment states otherwise.

Soft-delete credential

Marks the credential as deleted. Pipelines that still reference it may fail until you attach a different credential or restore this one.

Restore deleted credential

Permanently delete credential

This action cannot be undone. Ensure no pipelines or schedules reference this credential before calling permanent delete.

Authentication

API keys and Bearer tokens.

Credentials (UI)

How credentials work in the product.