Skip to main content

Get an integration

GET 

/v1/integration/:identifier

This route allows you to fetch a specific integration in your Port organization.

To learn more about integrations, check out the documentation.

Request

Path Parameters

    identifier stringrequired

    The installation id of the integration you want to fetch.

Query Parameters

    byField string

    Possible values: [installationId, logIngestId]

    Default value: installationId

    The field used to identify the integration. When set to logIngestId, the identifier parameter should be changed accordingly.

Responses

Default Response

Loading...