Download a document
GET/documents/:id/download
Download a document.
Request
Path Parameters
id uuidrequired
Identifies the resource.
Responses
200: Successful response
- *
default: Unexpected error
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/documents/:id/download' \
-H 'Accept: *' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
string
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}