API Documentation >> API 2.0 Main >> Marketplace Information >> Export User Offers
Export User Offers
Allowed HTTP Methods
- GET - Returns details for a requested export of Article entities for available articles from a specific user specified by its ID.
- POST - Request the export of Article entities for available articles from a specific user specified by its ID.
Resource Information
- Authentication - Required
- Response Format - JSON
- Response Object - UserOffersExport
- API Version - 2.0
- Resource URI -
https://api.cardmarket.com/ws/v2.0/output.json/exports/userOffers/:idUser
Parameters
idUser
- User ID
- Type: integer (ID)
- Mandatory
Example Request
- Request the export of user offers for user with ID 9999
POST https://api.cardmarket.com/ws/v2.0/output.json/exports/userOffers/9999
- Get details of the requested export of user offers for user with ID 9999
GET https://api.cardmarket.com/ws/v2.0/output.json/exports/userOffers/9999