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

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring
Api-Keystring

RESPONSES

status: OK

{"data":{"id":"4e057223-2a0a-4707-8b35-4e6ef96c9dd9","type":"did_group_types","attributes":{"name":"Local"}},"meta":{"api_version":"2021-04-19"}}