GET
/
letters
/
{id}
/
download
curl --request GET \
  --url https://api.posta.co/letters/{id}/download \
  --header 'X-Api-Key: <api-key>'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

The unique identifier of the letter to download.

Response

302

The URL of the requested resource has been changed temporarily. The new URL is given in the response.