# Retrieve a list of vendors **GET /api/vendors/** Retrieve a list of vendors ## Servers - https://vendorms.pythonanywhere.com: https://vendorms.pythonanywhere.com () ## Authentication methods - Token auth ## Parameters ## Responses ### 200: #### Body Parameters: application/json (array[object]) - **id** (integer) - **name** (string) - **contact_details** (string) - **address** (string) - **vendor_code** (string) - **on_time_delivery_rate** (number | null) Optional - **quality_rating_avg** (number | null) Optional - **average_response_time** (number | null) Optional - **fulfillment_rate** (number | null) Optional [Powered by Bump.sh](https://bump.sh)