Source

Get Source Providers

API

GET: /provider?environment_id=&project_id=&limit=10&offset=20

Description

This API fetches the list of source providers (New & Existing Connection)

UI

File Path

provider/views.py

Class

class ProviderListCreateUpdateView(viewsets.ModelViewSet):

Code

Overview

Validate connection name

API

POST: /validate_connection_name?environment_id=&project_id=&app_id=

Description

This API validates the uniqueness of the connection name

Params

UI

Last updated