# Retrieve a specific vendor information **GET /api/vendors/{id}/** Retrieve a specific vendor information ## Servers - https://vendorms.pythonanywhere.com: https://vendorms.pythonanywhere.com () ## Authentication methods - Token auth ## Parameters #### Path parameters - **id** (string) A unique integer value identifying this vendor. ## Responses ### 200: #### Body Parameters: application/json (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)