GET/api/v1/shops/bulk/sample

Bulk Shop Sample

Sample for Bulk Shop Upload

This endpoint provides a sample CSV file for bulk shop uploads. Users can download the sample file to understand the required structure and fields needed for a successful bulk upload of shop data.

A successful response indicating the sample file is available for download.

GET/api/v1/shops/bulk/sample

Responses

StatusMeaningDescriptionSchema
200OKA successful response indicating the sample file is available for download.
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/bulk/sample \
  -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.