Passer au contenu principal
GET
/
download
/
properties
Download properties
curl --request GET \
  --url https://api.immoteur.com/public/v1/download/properties \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Send your Immoteur Personal Access Token in the Authorization header: Authorization: Bearer <token>

You can create and manage your Personal Access Tokens here: https://immoteur.com/dashboard/settings status: current: available

Query Parameters

format
enum<string>
required

Format of file to download

Options disponibles:
csv,
jsonl
source
enum<string>
required

Type of source from which use filters.

Options disponibles:
webhook
id
string<uuid>
required

ID of the source

Response

JSONL or CSV file containing up to 5,000 properties.

The response is of type file.