GET/api/v1/shops/download

Bulk Shop Download

GET/api/v1/shops/download

Note

Use a comma as the separator option; do not use tab as a separator option.

Responses

StatusMeaningDescriptionSchema
200OKA CSV file containing all shops.
400Bad RequestRequest data failed validation(s)
404Not FoundNo shop was found by userid: _id.
429Too Many RequestsToo Many Requests.
500Internal Server ErrorAn error occurred while fetching shops.

Example Request

# You can also use wget
curl -X GET /api/v1/shops/download \
  -H 'Accept: text/csv' \
  -H 'Authorization: API_KEY'

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.