Get credential schema
documentedFetch the data/schema required to create a credential of the given type (used to drive UI forms). ([docs.n8n.io](https://docs.n8n.io/api/using-api-playground/?utm_source=openai))
GET /credentials/schema/{credentialTypeName}Credentialsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$n8n_host}}:{{$n8n_port}}/{{$n8n_path}}/api/v1/credentials/schema/{{$credentialTypeName}}" \
-X GET \
-H "accept: application/json" \
-H "X-N8N-API-KEY: {{N8N_API_KEY}}"