GET
/
integration
/
config
/
{type}
Get integration configuration by type
curl --request GET \
  --url https://api.wirespeed.com/integration/config/{type}
{
  "authType": "oauth2",
  "name": "<string>",
  "oauthRequiresRedirect": true,
  "customFields": [
    {
      "slug": "<string>",
      "display": "<string>",
      "type": "<string>",
      "required": true,
      "description": "<string>",
      "validationPattern": "<string>",
      "validationMinLength": 123,
      "validationMaxLength": 123,
      "source": "<string>"
    }
  ],
  "requiresConfiguration": true,
  "logo": "<string>",
  "logoLight": "<string>",
  "logoDark": "<string>",
  "beta": true,
  "description": "<string>",
  "slug": "<string>",
  "internalCreds": true,
  "docsUrl": "<string>",
  "default": true
}

Path Parameters

type
string
required

Integration type

Response

200
application/json

The response is of type object.