Get Marketplace

Use this request to retrieve the full list of a marketplace's settings.

To retrieve the marketplace's settings, use a GET method and the following URL:

{service_uri}/marketplace/v1/marketplaces

where {service_uri} is the service's Universal Resource Identifier (URI).

For example:

$ curl \
    -H "x-marketplace-token: ms_{ACCESS_TOKEN}" \
    -H "Content-Type: application/json" \
    -X GET GET \
    --data '{JSON}' \
 		 https://sellers-api.marketplace.taxamo.com/marketplace/v1/marketplaces

where:

  • {ACCESS_TOKEN} is your access token used for authentication.
  • {JSON} is the body of the request where you specify the seller's details.

Details

TypeValue
Endpoint/marketplace/v1/marketplaces
MethodGET
API Reference DocumentGet marketplace

Response Fields

The response returns the marketplace's record. See Marketplace Settings Fields.

Response

When the record is created successfully, a 200 code is returned along with the settings in a JSON object.