Id (string), CountryId (string), RegionId (string), CityId (string), DidGroupTypeId (string), IsAvailable (boolean), AvailableDidsEnabled (boolean), NeedsRegistration (boolean), Prefix (string), Sort (string)SuccessResponseModelOfDidDidGroupDtocurl --location 'https://api.veloconnect.me/api/did/did-groups?Id=undefined&CountryId=undefined&RegionId=undefined&CityId=undefined&DidGroupTypeId=undefined&IsAvailable=undefined&AvailableDidsEnabled=undefined&NeedsRegistration=undefined&Prefix=undefined&Sort=undefined'{
"data": [
{
"id": "string",
"name": "string",
"prefix": "string",
"countryId": "string",
"regionId": "string",
"cityId": "string",
"didGroupTypeId": "string",
"availableDidsEnabled": true,
"needsRegistration": true,
"serviceRestrictions": "string",
"stockKeepingUnits": [
{
"id": null,
"channelsIncludedCount": null,
"monthlyPrice": null,
"setupPrice": null,
"currency": null,
"walletMonthlyPrice": null,
"walletSetupPrice": null,
"walletCurrency": null
}
]
}
]
}