Get Encrypted File

GET https://{{host}}/v3/encrypted_files/:id

Returns a single encrypted file.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Content-Typestring
Api-Keystring

RESPONSES

status: OK

{"data":[{"id":"c8e004b0-87ec-4987-b4fb-ee89db099f0e","type":"encrypted_files","attributes":{"description":"Description","expire_at":"2021-03-29T14:18:19.569Z"}}],"meta":{"total_records":1,"api_version":"2021-04-19"},"links":{"first":"https://api.didww.com/v3/encrypted_files?page%5Bnumber%5D=1\u0026page%5Bsize%5D=50","last":"https://api.didww.com/v3/encrypted_files?page%5Bnumber%5D=1\u0026page%5Bsize%5D=50"}}