Skip to content
On this page

Get Photo Details

Endpoint for getting an image used in photo match request by Id.

Endpoints

EnvironmentURL
Sandboxhttps://api-test.streamline.laboremus.ug/idv/api/photomatches/photos/{photoId}?v=2.0
Productionhttps://api.streamline.laboremus.ug/idv/api/photomatches/photos/{photoId}?v=2.0

Request

Request Type : GET

Authorization

INFO

Always add your Subscription key to the request.

Path Parameters

NameTypeRequiredDescription
photoIdstring(uuid)yesThe Unique ID of the id image

Query Parameters

NameTypeRequiredDescription
vstringyesThe API Version

Response

Example Response Body

Content type

Image

Error Response

400 The request data is invalid

application/json

NameTypeDescription
typestring or nullType of error response
titlestring or nullThe title of the error response
statusinteger(int32)The status of the error response
traceIdstring or nullThe traceId of the error request producing the error
errorsobjectObject defining the errors

errors

NameTypeDescription
propertyArray of stringsThe definition of the errors

401 Not authorized to access the endpoint

application/json

NameTypeDescription
errorobject(Error)Type of error response

Error

NameTypeDescription
codestring or nullThe Error code
messagestring or nullThe Error message

403 Refuse to authorize access to the endpoint

application/json

NameTypeDescription
errorobject(Error)Type of error response

Error

NameTypeDescription
codestring or nullThe Error code
messagestring or nullThe Error message

404 Request does not exist

application/json

NameTypeDescription
errorobject(Error)Type of error response

Error

NameTypeDescription
codestring or nullThe Error code
messagestring or nullThe Error message

500 The server encountered an unexpected error

application/json

NameTypeDescription
errorobject(Error)Type of error response

Error

NameTypeDescription
codestring or nullThe Error code
messagestring or nullThe Error message

Tech served right