Skip to main content
GET
/
digitalbanking
/
db-accounts
/
v1
/
accounts
/
{accountId}
/
images
Get Account Images
curl --request GET \
  --url https://api.candescent.com/digitalbanking/db-accounts/v1/accounts/{accountId}/images \
  --header 'Authorization: Bearer <token>'
[
  {
    "imageId": "<string>",
    "imageType": "<string>",
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Path Parameters

accountId
string
required

Unique identifier of the account

Response

List of image references

imageId
string

Unique identifier of the image

imageType
string

Type of image (e.g. CHECK, DOCUMENT)

url
string

URL to retrieve the image