Skip to main content
GET
/
properties
/
bulk_details
Bulk Property Details
curl --request GET \
  --url https://data.apartmentiq.io/apartmentiq/api/v1/properties/bulk_details \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "type": "properties",
      "attributes": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

account_id
integer
required

ID of the account (required for authorization).

property_ids
string
required

Comma-separated list of property IDs, or use array notation with multiple property_ids[] parameters.

Response

Property details retrieved successfully

data
object[]
required

Array of property objects with full details.