Retrieve uploaded documents.
GET/number_order_documents
Retrieves list of all uploaded documents in user's account.
Responses
200: Number Order Documents Response
- application/json
401: Unauthorized
500: Internal server error
Request samples
curl -L 'https://api.telnyx.com/number_order_documents' \
-H 'Accept: application/json'
Response samples
{
"id": "string",
"filename": "string",
"content_type": "string",
"document_type": "string",
"s3_link": "string",
"errors": [
"string"
]
}