Skip to main content
POST
/
sources
Create source
curl --request POST \
  --url https://api.prequel.co/import/sources \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "provider_id": "<string>",
  "name": "Snowflake",
  "vendor": "snowflake"
}
'
{
  "provider_id": "<string>",
  "name": "Snowflake",
  "vendor": "snowflake",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

skip_validation
boolean
default:false

Body

application/json
provider_id
string
required
name
string
required
Example:

"Snowflake"

vendor
enum<string>
required
Available options:
snowflake
snowflake
object

Response

Created

provider_id
string
required
name
string
required
Example:

"Snowflake"

vendor
enum<string>
required
Available options:
snowflake
id
string<uuid>
required
snowflake
object