Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wallapop Disputes API

The Disputes API from Wallapop — 1 operation(s) for disputes.

Wallapop Disputes API is one of 6 APIs that Wallapop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Disputes. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 1 operation across 1 path, and defines 3 schemas. It is described by OpenAPI 3.0.1, at version 0.0.1.

Requests are made against a single base URL, https://connect.wallapop.com.

1 operations 1 paths 3 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
0.0.1
Base URL
https://connect.wallapop.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Wallapop Disputes API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oAuthWithPKCE) using the authorizationCode flow. By default, every request must be authenticated.

  • oAuthWithPKCE — The Items Connect API uses OAuth 2.0 Authorization Code flow with a Proof Key for Code Exchange.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Disputes 1
GET
/disputes/{disputeId}
Retrieve dispute details
findDispute 1 param → 200403404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are ConnectDisputeRestResponse (11 properties), Error (2 properties), ConnectDisputeEvidence (2 properties). Each schema is shown below with its type and property counts.

ConnectDisputeEvidence
object
Evidence attached to a dispute, such as a photo or video, including a thumbnail.
2 properties
ConnectDisputeRestResponse
object
Dispute details for a transaction, including evidence and status.
11 properties
Error
object
Detailed information about the error encountered.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wallapop-disputes-api-openapi.yml Raw ↑

Other APIs Wallapop publishes across the network.

Wallapop Categories API
Wallapop Delivery API
Wallapop Items API
Wallapop Transactions API
Wallapop Webhooks API