Skip to main content
POST
/
scanner
/
api
/
v1
/
sessions
/
{session_public_id}
/
photos
/
link-capture
Link unlinked photos to a capture
curl --request POST \
  --url https://www.closient.com/scanner/api/v1/sessions/{session_public_id}/photos/link-capture \
  --header 'Content-Type: application/json' \
  --cookie sessionid= \
  --data '
{
  "capture_public_id": "<string>"
}
'
{}

Authorizations

sessionid
string
cookie
required

Path Parameters

session_public_id
string
required

Unique session public_id identifier.

Body

application/json

Request body for linking unlinked photos to a capture.

capture_public_id
string
required

Slug of the barcode capture to link photos to.

Response

OK

The response is of type Response · object.