v50

OpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01147180956.9 KB
Configuration

List credential provider configs

List all stored provider configs, with secret fields redacted.

get/admin/config/providers

Response

Successful Response

Example response

{
  "data": [
    {
      "config": {
        "client_id": "client_abc123",
        "client_secret": "***",
        "environment": "production",
        "kind": "pipedream",
        "project_id": "proj_abc123"
      },
      "created_at": "2026-06-29T12:00:00Z",
      "name": "pipedream",
      "updated_at": "2026-06-29T12:00:00Z"
    }
  ]
}