GET/api/v1/shops/download

Bulk Shop Download

Bulk Shop Download

The API endpoint allows users to bulk download all the active shops and its associated details for the account in a CSV file. This file also can be used to edit the shops in bulk.

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

A CSV file containing all shops.

GET/api/v1/shops/download

Responses

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

Example Request

# You can also use wget
curl -X GET https://api.flightrates.example.com/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.