DidSearchRequestDtoSuccessResponseModelOfDidSearchItemDtocurl --location 'https://api.veloconnect.me/api/did/search' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": 0,
"numberContains": "1201",
"countryCode": "US",
"regionCode": "NJ",
"city": "Jersey City",
"countryId": "213",
"regionId": "4428",
"cityId": "53483",
"didGroupTypeId": "1",
"didGroupId": "98765",
"needsRegistration": false
}'{
"data": [
{
"externalDidId": "string",
"numberE164": "string",
"countryCode": "string",
"regionCode": "string",
"city": "string",
"didGroupId": "string",
"skuId": "string",
"requiresCompliance": true,
"didGroup": {
"id": null,
"name": null,
"prefix": null,
"countryId": null,
"regionId": null,
"cityId": null,
"didGroupTypeId": null,
"availableDidsEnabled": null,
"needsRegistration": null,
"serviceRestrictions": null,
"stockKeepingUnits": null
}
}
]
}