Step 3: Get a list of integration versions
GET {{apiPath}}/environments/{{envID}}/integrations/{{integrationID}}/versions
Now that you have the integrations list, you need to retrieve a list of integration versions associated with one specific integration. Each integration can have several versions.
The {{apiPath}}/environments/{{envID}}/integrations/{{integrationID}}/versions
, endpoint returns the list of version associated with the integration specified by its ID in the request URL.
The example response contains the information we want. For the purpose of this exercise, we will assume the first integration version is the one we want.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |