List External Vettings
GET/brand/:brandId/externalVetting
Get list of valid external vetting record for a given brand
Request
Path Parameters
brandId Brandidrequired
Responses
200: Successful Response
- application/json
422: Validation Error
- application/json
Request samples
curl -L 'https://api.telnyx.com/10dlc/brand/:brandId/externalVetting' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}