Passer au contenu principal
GET
/
download
/
classifieds
Download classifieds
curl --request GET \
  --url https://api.immoteur.com/public/v1/download/classifieds \
  --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>

Query Parameters

format
enum<string>
required

Format of file to download

Available options:
csv,
jsonl
source
enum<string>
required

Type of source from which use filters.

Available options:
webhook
id
string<uuid>
required

ID of the source

Response

JSONL or CSV file containing classifieds.

The response is of type file.

I