GET
/
ee
/
connectors
/
{connector_type}
/
auth
/
initiate_url
{
  "auth_type": "<string>",
  "required_fields": [
    {
      "name": "<string>",
      "label": "<string>",
      "description": "<string>",
      "type": "<string>",
      "required": true,
      "options": [
        {
          "value": "<string>",
          "label": "<string>"
        }
      ]
    }
  ],
  "instructions": "<string>"
}

Headers

authorization
string

Path Parameters

connector_type
string
required

Query Parameters

app_redirect_uri
string | null

Response

200
application/json

Successful Response

The response is of type object.