Skip to main content
POST
/
api
/
autoscout24
/
makes
/autoscout24/makes
curl --request POST \
  --url https://api.anysite.io/api/autoscout24/makes \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '{
  "timeout": 300
}'
[
  {
    "id": 123,
    "name": "<string>",
    "@type": "AutoScout24Make",
    "alias": "<string>",
    "is_top": false
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
name
string
required
@type
string
default:AutoScout24Make
alias
string | null
is_top
boolean
default:false