Reference Data
List supported DIR document types
Reference list of document_type values accepted by DirCreateRequest.documents[].document_type and the infringement-contest endpoint. Each entry has a stable short_name (used in API calls) and a customer-facing description.
get/dir/document_types
Response
List of supported document types.
Example response
{
"data": [
{
"description": "Signed authorization from the DIR owner permitting Telnyx to register the DIR and its associated numbers on their behalf",
"short_name": "letter_of_authorization"
}
],
"meta": {
"page_number": 1,
"page_size": 20,
"total_pages": 3,
"total_results": 42
}
}Changes
No recorded changes to this endpoint across all 61 revisions of this API.