For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • Home
    • API Basics
  • Products
    • Global Fiat Payouts
    • On-Ramps and Off-Ramps
  • Integration Guides
    • Global payouts integration guide
    • Country-specific details
  • API Reference
      • GETList Verification Images
      • POSTUpload Verification Images
LogoLogo
API ReferenceVerification Images

List Verification Images

GET
https://api.latitude.xyz/v1/individuals/:id/verification_images
GET
/v1/individuals/:id/verification_images
$curl https://api.latitude.xyz/v1/individuals/id/verification_images \
> -H "Content-Type: application/json"
1{
2 "individual_id": "ind_9f8b7c6d5a4e3f21",
3 "images": [
4 {
5 "id": "img_123abc456def7890",
6 "type": "document-front",
7 "content_type": "image/jpeg",
8 "created_at": "2024-01-15T09:30:00Z",
9 "updated_at": "2024-01-15T09:30:00Z"
10 },
11 {
12 "id": "img_098zyx765wvu4321",
13 "type": "document-back",
14 "content_type": "image/png",
15 "created_at": "2024-01-15T09:35:00Z",
16 "updated_at": "2024-01-15T09:35:00Z"
17 }
18 ]
19}
Retrieves all verification images for an individual
Was this page helpful?
Previous

Upload Verification Images

Next
Built with

Path parameters

idstringRequired

Response

List Verification Images
individual_idstring
Public identifier for the individual
imageslist of objects
Array of verification images

Errors

404
Not Found Error