Search and DownloadsGet a Specific Record

Get a Specific Record

Retrieve a specific record by its unique identifier from any Datafiniti data type.

curl -X GET "https://api.datafiniti.co/v4/properties/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{}
GET
/{data_type}/{id}
GET
Bearer Token
Bearer Tokenstring
Required

Bearer token obtained from the /auth endpoint. Include in requests as: Authorization: Bearer <token>

Bearer token obtained from the /auth endpoint. Include in requests as: Authorization: Bearer <token>
path
data_typestring
Required

The type of data to retrieve the record from

Options: properties, people, products, businesses
path
idstring
Required

The unique identifier of the record to retrieve

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Bearer token obtained from the /auth endpoint. Include in requests as: Authorization: Bearer <token>

Path Parameters

data_typestring
Required

The type of data to retrieve the record from

Allowed values:propertiespeopleproductsbusinesses
idstring
Required

The unique identifier of the record to retrieve

Responses

Successful retrieval of the record