Skip to content

Get all images for session

Request

Retrieves all the images that were submitted for the session. The response contains only the image metadata, which includes the image ID that can be used to fetch the actual image.

Security
verify_access_token
Path
sidanyrequired

Session ID returned upon session creation or in the callback URL upon completing the verification

curl -i -X GET \
  'https://api.sbx.transmitsecurity.io/verify/api/v1/verification/{sid}/images' \
  -H 'Authorization: Bearer <YOUR_jwt_HERE>'

Responses

List of all images (metadata)

Bodyapplication/json
session_imagesArray of objectsrequired
Response
{ "session_images": [ {} ] }