v55

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-051,2852,0364.4 MB
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": [
    {
      "short_name": "letter_of_authorization",
      "description": "Signed authorization from the DIR owner permitting Telnyx to register the DIR and its associated numbers on their behalf"
    }
  ],
  "meta": {
    "total_pages": 3,
    "total_results": 42,
    "page_number": 1,
    "page_size": 20
  }
}