Integrations
List
Returns the workspace's connected integrations, currently only Shopify, each with the connected shop domain and the OAuth identifier of the stored authorization but never the tokens themselves.
Not paginated or filterable, and integrations that have been deleted are not included.
GET
/api/{tenant:minlength(2)}/v{version:apiVersion}/integrations
- Authorisation
- Minimum role: ADMIN
Request arguments
Request body example
No input arguments
Response
- Status
- 200 (OK)
- Type
- DTO_integration[]
- Wrapper
- DTO_response_wrap
- Other statuses
- 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_external_auth_oauth2
| Name | Type | ReadOnly | Description |
| identifier | String | | Identifier |
| authorized_account | String | ReadOnly | Authorized account |
DTO_integration_shopify
| Name | Type | ReadOnly | Description |
| shop_domain | String | | Shop domain |
DTO_reference_user
| Name | Type | ReadOnly | Description |
| profile_pic | String | ReadOnly | Profile pic |
| email | String | ReadOnly | Email |
| id | Int32 | | Id |
| label | Object | ReadOnly | Label |
ENUM integration_type
| Value | Name | Description |
| 0 | UNKNOWN | UNKNOWN |
| 1 | SHOPIFY | Shopify |
Generated Aug 4, 2026 18:37