Skip to content
ScoutingAPI
Docs

mutually_exclusive_params

Conflicting or ambiguous identifiers were supplied (e.g. both listingId and url, or none).

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

How to fix it

Supply exactly one identifier form.

Example response

400 invalid_request
// HTTP 400
{
  "error": {
    "type": "invalid_request",
    "code": "mutually_exclusive_params",
    "message": "Conflicting or ambiguous identifiers were supplied (e.g. both listingId and url, or none).",
    "param": null,
    "requestId": "req_…",
    "creditsCharged": 0,
    "retryable": false,
    "docUrl": "https://scoutingapi.com/docs/errors/mutually_exclusive_params"
  }
}

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/mutually_exclusive_params.