List Treasury integration definitions
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
workspaceId
Workspace to list (defaults to the caller’s workspace).
provider
Optional provider filter.
Response
Successful Response
auth_method
oauth2 | oauth_client_credentials | … | paragon.
config
Non-secret connection body.
created_at
Creation timestamp (UTC).
enabled
Whether the definition can be used to mint.
has_secrets
Map of secret-key → whether it is set.
id
Stable definition id (tid_*).
label
Human name distinguishing methods of one provider.
provider
Vendor family, e.g. databricks_direct.
scope
global | workspace | user.
updated_at
Last-update timestamp (UTC).
created_by
Creator user id, if known.
owner_user_id
Owning user (scope=user).
workspace_id
Owning workspace (scope=workspace).
Errors
403
Forbidden Error
422
Unprocessable Entity Error
