curl --location 'https://stg-gateway.invora.app/api/billing/v2/integrations/list' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"part": {
"integrationType": "INTEGRATION_TYPE_UNSPECIFIED"
}
},
"sort": {
"rules": [
{
"createdAt": "SORT_DIRECTION_UNSPECIFIED"
}
]
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"readMask": "string",
"view": "VIEW_UNSPECIFIED"
}'{
"items": [
{
"id": "string",
"code": "string",
"name": "string",
"type": "INTEGRATION_TYPE_UNSPECIFIED",
"anrok": {
"apiKey": "string",
"connectionId": "string",
"externalAccountId": "string",
"failedInvoicesCount": 0,
"hasMappingsConfigured": true
},
"avalara": {
"accountId": "string",
"companyCode": "string",
"companyId": "string",
"licenseKey": "string",
"failedInvoicesCount": 0,
"hasMappingsConfigured": true
},
"hubspot": {
"connectionId": "string",
"defaultTargetedObject": "HUBSPOT_TARGETED_OBJECTS_ENUM_UNSPECIFIED",
"invoicesObjectTypeId": "string",
"subscriptionsObjectTypeId": "string",
"portalId": "string",
"syncInvoices": true,
"syncSubscriptions": true
},
"netsuite": {
"accountId": "string",
"clientId": "string",
"clientSecret": "string",
"connectionId": "string",
"scriptEndpointUrl": "string",
"tokenId": "string",
"tokenSecret": "string",
"syncCreditNotes": true,
"syncInvoices": true,
"syncPayments": true,
"hasMappingsConfigured": true
},
"salesforce": {
"instanceId": "string"
},
"xero": {
"connectionId": "string",
"syncCreditNotes": true,
"syncInvoices": true,
"syncPayments": true,
"hasMappingsConfigured": true
}
}
],
"totalCount": "string",
"nextPageCursor": "string"
}