curl --location 'https://stg-gateway.invora.app/api/billing/v2/integrations//mappings/list' \
--header 'Content-Type: application/json' \
--data '{
"integrationId": "string",
"filter": {
"part": {
"mappableType": "MAPPABLE_TYPE_ENUM_UNSPECIFIED"
}
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
}
}'{
"items": [
{
"billingEntityId": "string",
"externalAccountCode": "string",
"externalId": "string",
"externalName": "string",
"id": "string",
"integrationId": "string",
"mappableId": "string",
"mappableType": "MAPPABLE_TYPE_ENUM_UNSPECIFIED"
}
],
"totalCount": "string",
"nextPageCursor": "string"
}