Get DID Group Type
GET https://{{host}}/v3/did_group_types/:id
Returns a single DID Group Type. A DID Group Type defines a broad category of DID services supported by DIDWW (for example, mobile, local and toll-free).
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string | ||
Api-Key | string |
RESPONSES
status: OK
{"data":{"id":"4e057223-2a0a-4707-8b35-4e6ef96c9dd9","type":"did_group_types","attributes":{"name":"Local"}},"meta":{"api_version":"2021-04-19"}}