Metadata
Retrieving media file that was collected during the identification process
Returns stream of media file (images, videos, pdf reports etc.) collected during identification process.
If the answer is successful, the data stream will be provided along with the following key HTTP headers:
| Header | Example | Description |
|---|---|---|
| content-disposition | attachment; filename = 9db8a804-4570-403e-9da6-162e608585e8_idi_ID_CARD_BACK.png | The file name is generated based on information about the media file. |
| content-type | image / png | The type of multimedia file content, similar to the one presented in the information about the given file. |
| status | 200 | Response status. |
In case of a wrong answer, the error information will be passed in the format application/vnd.authologic.v1.1+json.
get/api/conversations/{conversationId}/identity/metadata/media/{id}
Path parameters
conversationIdstring required
Conversation ID
idstring required
Media ID
Response
Information available
Changes
No recorded changes to this endpoint across all 1 revision of this API.