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 Individuals
      • POSTCreate an Individual
      • GETRetrieve an Individual
LogoLogo
API ReferenceIndividuals

Retrieve an Individual

GET
https://api.latitude.xyz/v1/individuals/:id
GET
/v1/individuals/:id
$curl https://api.latitude.xyz/v1/individuals/id \
> -H "Content-Type: application/json"
200Retrieved
1{
2 "id": "ind_9f8b7c6d5e4a3b2c1d0e",
3 "given_name": "Carlos",
4 "family_name": "Gonzalez",
5 "email": "[email protected]",
6 "phone": "+54-9-11-1234-5678",
7 "date_of_birth": "1985-07-23",
8 "idv_consent_recorded_at": "2024-04-10T14:22:00Z",
9 "address": {
10 "country": "AR",
11 "line_1": "Av. Corrientes 1234",
12 "line_2": "Depto 5B",
13 "city": "Buenos Aires",
14 "state": "CABA",
15 "postal_code": "1043"
16 },
17 "country": "AR",
18 "status": "active",
19 "product_types": [
20 "global_payouts"
21 ],
22 "financial_accounts": [
23 {
24 "id": "fa_7a6b5c4d3e2f1g0h9i8j",
25 "type": "pix",
26 "details": {
27 "pix_key": "[email protected]"
28 },
29 "created_at": "2024-01-15T09:30:00Z",
30 "updated_at": "2024-01-15T09:30:00Z"
31 }
32 ],
33 "created_at": "2023-12-01T08:00:00Z",
34 "updated_at": "2024-04-10T14:22:00Z",
35 "document": {
36 "type": "cuit",
37 "number": "20-12345678-9"
38 },
39 "status_details": [
40 {
41 "code": "verification_front_image_needed",
42 "message": "Front image of the document is required for verification."
43 }
44 ]
45}
Retrieves an individual by their unique public identifier
Was this page helpful?
Previous

List Verification Images

Next
Built with

Path parameters

idstringRequired

Response

Retrieve an Individual
idstring
Unique public identifier for the individual
given_namestring
Individual's given name
family_namestring
Individual's family name
emailstring
Individual's email address
phonestring
Individual's phone number
date_of_birthstring

Date of birth (YYYY-MM-DD)

idv_consent_recorded_atstring

ISO8601 timestamp when IDV consent was recorded (on_ramp / off_ramp)

addressobject
Address information for the individual
countryenum

Country code (e.g., MX, US)

statusenum
Current KYC status of the individual
Allowed values:
product_typeslist of enums
Product types for the individual
Allowed values:
financial_accountslist of objects
Financial accounts for the individual
created_atstring
ISO 8601 timestamp when the individual was created
updated_atstring
ISO 8601 timestamp when the individual was last updated
documentobject
Document information for identity verification
status_detailslist of objects
Detail codes and messages explaining the current status