Skip to content
ScoutingAPI
Docs

platform_not_enabled

A requested platform is not enabled for the request (fast-follow, or not on the plan).

HTTP 400invalid_requestNot retryable0 credits
HTTP 400error.type = invalid_request

How to fix it

Request a platform enabled for your plan (the core four: vrbo, booking, airbnb, google).

Example response

400 invalid_request
// HTTP 400
{
  "error": {
    "type": "invalid_request",
    "code": "platform_not_enabled",
    "message": "A requested platform is not enabled for the request (fast-follow, or not on the plan).",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": false,
    "docUrl": "https://scoutingapi.com/docs/errors/platform_not_enabled"
  }
}

This error is free

See the full error catalog or the response envelope. The canonical URL for this page is https://scoutingapi.com/docs/errors/platform_not_enabled.