Get a credential type's data schema
n8n_get_credential_schemaFetch the JSON schema for a credential type to see required fields before creating a credential.
Instructions
Get the JSON schema (which fields are needed) for a credential type, e.g. 'slackOAuth2Api'. Use this before n8n_create_credential to know what data to send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credentialTypeName | Yes |