curl --location 'https://stg-gateway.invora.app/api/v2/identity/connected-businesses/list' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"part": {
"status": {
"inValues": [
"CONNECTED_BUSINESS_STATUS_UNSPECIFIED"
]
},
"country": "string",
"createdAt": {
"fromInclusive": "2019-08-24T14:15:22.123Z",
"toExclusive": "2019-08-24T14:15:22.123Z"
}
},
"textSearch": "string"
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
}
}'{
"items": [
{
"tenantId": "string",
"name": "string",
"parentTenantId": "string",
"status": "CONNECTED_BUSINESS_STATUS_UNSPECIFIED",
"audit": {
"creationInfo": {
"createdAt": "2019-08-24T14:15:22.123Z",
"creatorId": "string"
},
"lastModificationTime": "2019-08-24T14:15:22.123Z",
"lastModifierId": "string"
}
}
],
"totalCount": "string",
"nextPageCursor": "string"
}