Skip to main content
GET
/
api
/
v1
/
runtime
/
v1
/
credentials
/
getByName
/
{name}
Get Credential by Name
curl --request GET \
  --url https://api.runflow.ai/api/v1/runtime/v1/credentials/getByName/{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

name
string
required

Credential name

Response

{ success, data: { id, name, type, description, clientId, value, authUrl, tokenUrl, redirectUri, scopes[] } } on success; { success: false, error } otherwise.