List Treasury integration definitions

Beta

List integration definitions visible to a workspace (+ global). Admin only.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

workspaceIdstring or nullOptional

Workspace to list (defaults to the caller’s workspace).

providerstring or nullOptional
Optional provider filter.

Response

Successful Response
auth_methodstring

oauth2 | oauth_client_credentials | … | paragon.

configmap from strings to any

Non-secret connection body.

created_atstringformat: "date-time"

Creation timestamp (UTC).

enabledboolean
Whether the definition can be used to mint.
has_secretsmap from strings to booleans

Map of secret-key → whether it is set.

idstring

Stable definition id (tid_*).

labelstring
Human name distinguishing methods of one provider.
providerstring

Vendor family, e.g. databricks_direct.

scopestring

global | workspace | user.

updated_atstringformat: "date-time"

Last-update timestamp (UTC).

created_bystring or null
Creator user id, if known.
owner_user_idstring or null

Owning user (scope=user).

workspace_idstring or null

Owning workspace (scope=workspace).

Errors

403
Forbidden Error
422
Unprocessable Entity Error