Skip to main content
GET
/
candidate
/
secureimage
/
id
/
{secureImageId}
Get secure image by ID
curl --request GET \
  --url https://api-stage.karmacheck.io/candidate/secureimage/id/{secureImageId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

secureImageId
string
required

The identifier of a secure image.

Response

OK