Sources

Create a source

This endpoint creates a source

post/v1/projects/{projectID}/sources

Path parameters

projectIDstring required

Project ID

Request body

idempotency_keysstring[]

IdempotencyKeys are used to specify parts of a webhook request to uniquely identify the event in an incoming webhooks project.

namestring

Source name.

provider'github' | 'twitter' | 'shopify'
type'http' | 'rest_api' | 'pub_sub' | 'db_change_stream'

Response

OK

messagestring
statusboolean

Changes