User DSA

This endpoint can be used to check if a user is a DSA (Digital Services Act) authorized business seller.

Use this endpoint to determin whether or not a user has to provide manufacturer-data to all advertisments published to online sales platforms.

Reference

GET /user/dsa/<userId>/

Retrieve status

Example

Request

GET /user/dsa/12311/ HTTP/2

Response

{
 "result": true,
 "errors": [],
 "data": {
        "dsa": true
    }
}