Get Credential by Name
Runtime API - Credentials
Get Credential by Name
GET
Get Credential by Name
Documentation Index
Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Credential name
Response
{ success, data: { id, name, type, description, clientId, value, authUrl, tokenUrl, redirectUri, scopes[] } } on success; { success: false, error } otherwise.