---
title: "Get parameters for source."
method: POST
path: "/connectors/sources/params/{connectorName}"
tags: ["data"]
---

# Get parameters for source.

`POST /connectors/sources/params/{connectorName}`

For a given source type, get the relevant parameters that need to be supplied by the user.

## Path parameters

- `connectorName` string, required

## Response `200`

OK

- NexusConfiguration
  - `ConsentURL` string — If present, OAuth consent url for connector
  - `ConsentURLParams` NexusParam[] — Shown to users if they are needed for building consent url
    - `Choices` NexusChoice[] — optional list of choices for user to select from; only present for type default and array
      - `Label` string
      - `Value` string
    - `Name` string — name of parameter shown to user
    - `Placeholder` string — optional placeholder text for user to see in the input field
    - `Type` 'default' | 'date' | 'datetime' | 'boolean' | 'array' | 'password' | 'file'
  - `Description` string — Connector description as shown to user
  - `Name` 'Snowflake' | 'Snowflake SSO' | 'Snowflake Live Query' | 'Snowflake SSO Live Query' | 'Google Analytics' | 'MySQL' | 'PostgreSQL' | 'HubSpot' | 'Salesforce Objects' | 'Salesforce Report' | 'Freshsales' | 'Databricks' | 'Databricks Delta Share' | 'Databricks Live Query' | 'BigQuery' | 'Amazon Athena' | 'Amazon Redshift' | 'Microsoft SQL Server' | 'ClickHouse Live Query'
  - `Params` NexusParam[] — Params shown to user (may not be all required params if some are implicit)
    - `Choices` NexusChoice[] — optional list of choices for user to select from; only present for type default and array
      - `Label` string
      - `Value` string
    - `Name` string — name of parameter shown to user
    - `Placeholder` string — optional placeholder text for user to see in the input field
    - `Type` 'default' | 'date' | 'datetime' | 'boolean' | 'array' | 'password' | 'file'

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/versions/d1e5cbb24557/schema)
