GET
/api/vendors/{id}/
curl \
--request GET 'https://vendorms.pythonanywhere.com/api/vendors/{id}/' \
--header "Authorization: Token $ACCESS_TOKEN"
Response examples (200)
{
"id": 42,
"name": "string",
"contact_details": "string",
"address": "string",
"vendor_code": "string",
"on_time_delivery_rate": 42.0,
"quality_rating_avg": 42.0,
"average_response_time": 42.0,
"fulfillment_rate": 42.0
}