Marktplaats API
2.0
  • Overview
  • Authentication
  • Webhooks
  • Root
  • Categories
  • Category attributes
  • Advertisements
  • Advertisement
  • Advertisement images
  • Advertisement features
  • Advertisement feature
  • Advertisement purchased feature
  • Advertisement renewal
  • Advertisement statistics
  • Advertisement transaction
  • Advertisement transactions
  • Buy advertisement feature
  • Upcall confirmations
  • Bids
  • Bid
  • Ask Bidder Question
  • Me
  • Users
  • User
  • Change email
  • User advertisements
  • User brands
  • User legal status
    • Fields
    • Reference
    • Examples
  • User reviews
  • User statistics
  • Image
  • Image blob
  • Image meta information
  • Order
  • Order products
  • Order product
  • Location
  • Search
  • LMS Services
  • Error codes
  • Endpoints
  • Indices and tables
  • Changelog
Marktplaats API
  • Docs »
  • User legal status
  • View page source

User legal status¶

Endpoint to retrieve user legal status for an user.

Fields¶

Below are listed the specific user legal status that are returned:

field type constraints default Req W U
dsaApproved boolean positive yes no no

dsaApproved

The status of DSA approved of an user.

Reference¶

GET /v2/users/{userId}/legal-status

Retrieve legal status for an user

Examples¶

Retrieving the legal status of an user :

Request :

GET /v2/users/1/legal-status HTTP/1.1
Host: api.marktplaats.nl

Response :

HTTP/1.1 200 OK
Content-Type: application/json

{
  "_links": {
    "self": {
      "href": "/v2/users/1/legal-status",
      "title": "Access to user legal status"
    },
    "describedby": {
      "href": "https://api.marktplaats.nl/docs/v2/user-legal-status.html"
    },
    "curies": [
      {
        "href": "https://api.marktplaats.nl/docs/v2/rels/{rel}.html",
        "templated": true,
        "name": "mp"
      }
    ]
  },
  "dsaApproved": true
}
Next Previous

© Copyright 2023 Marktplaats B.V. Alle rechten voorbehouden.

Built with Sphinx using a theme provided by Read the Docs.