Skip to main content

Authentication

All API endpoints are authenticated using API tokens generated with your organization’s settings page.
"security": [
  {
    "bearerAuth": []
  }
]

POST /sources

Creates a new source or updates an existing source based on the provided data.

HTTP Method

POST

URL

/sources

Header Parameters

  • x-api-key (string): Required. The API key for authentication.