An integration is a representation of a connection between Flow and a vendor.
Who can use this?
Core | Plus | ||
✓ |
Supported request
Get a list of integrations: https://flow.pluralsight.com/v3/customer/core/integrations/
Fields
Name | Type | Description |
---|---|---|
id | double | Unique identifier for the integration. |
name | string | Integration name. |
org | double | Unique identifier for the organization. |
vendor_type | string | Name of vendor. |
auth_type | string | Authentication method. |
webhooks_enabled | boolean | Returns true if webhooks are enabled. |
enabled_source_types | string | An array of source types enabled for the integration (Repo, PRs, Tickets). |
created_at | string | Date/time when Integration was created. |
updated_at | string | Date/time when the integration was last updated. |
created_by | string | User who created the Integration. |
updated_by | string | User who last updated the integration. |
source_type_names | string | Names of enabled source types. |
username | string | Username used to authenticate integration. |
vendor_meta | string | An array of vendor information. |
has_repos | boolean | Returns true if one or more repos exist. |
excluded_project_owners | string | An array of excluded project owners/groups from the Repos available page. |
url | string | Unused field |
source_projects_last_updated | string | Date associated projects were last updated. |
agent_enabled | boolean | Field reserved for future use. |
Example response

If you need help, please contact Pluralsight Support.