Configuration
Get a credential provider config
Get a stored provider config by name, with secret fields redacted.
get/admin/config/providers/{name}
Path parameters
namestring required
Response
Successful Response
Example response
{
"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"
}Changes
Changed in 2 of the 85 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 61 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 179 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲