/fetchApplicantPhoto/{application_identifier}/{type}
application_identifier = application url string
type = Image types: front-id-photoback-id-photoface-photoface-photo-leftface-photo-right
The endpoint streams images like any direct link to an image, so they should be processed in the same way that a normal link ending with ".jpg" is processed
Example:
The response will be the front-id-photo
The full URL to post can be retrieved from the webhook
"photoUrls": {
"front-id-photo": "https://rentify-rc.herokuapp.com/api/v1/fetchApplicantPhoto/1676565937-ac7a51c8-a7a2-410c-bc5e-87fbe24f6182/front-id-photo",
"back-id-photo": "https://rentify-rc.herokuapp.com/api/v1/fetchApplicantPhoto/1676565937-ac7a51c8-a7a2-410c-bc5e-87fbe24f6182/back-id-photo",
"face-photo": "https://rentify-rc.herokuapp.com/api/v1/fetchApplicantPhoto/1676565937-ac7a51c8-a7a2-410c-bc5e-87fbe24f6182/face-photo",
"face-photo-left": "https://rentify-rc.herokuapp.com/api/v1/fetchApplicantPhoto/1676565937-ac7a51c8-a7a2-410c-bc5e-87fbe24f6182/face-photo-left",
"face-photo-right": "https://rentify-rc.herokuapp.com/api/v1/fetchApplicantPhoto/1676565937-ac7a51c8-a7a2-410c-bc5e-87fbe24f6182/face-photo-right"
}