Skip to main content
Vendor List API

Authentication

All requests require an API key in the request headers. Headers:

Request

Query Parameters

Code Examples

Success Response

HTTP Status: 200 OK Response Fields:

Response Example

Error Responses

Invalid GST Number

HTTP Status: 400 Bad Request

Invalid PAN Number

HTTP Status: 400 Bad Request

Validation Error

HTTP Status: 400 Bad Request

Access Denied

HTTP Status: 403 Forbidden

Authentication Errors

HTTP Status: 401 Unauthorized

Permission Errors

HTTP Status: 403 Forbidden

Internal Error

HTTP Status: 500 Internal Server Error

Best Practices

  • Use cursor and limit together to paginate; pass the nextCursor from the response as the cursor value for the next call
  • Combine name, gstNumber, panNumber, and userId filters to narrow results
  • Use the id from the response as the input to the Vendor Details API for full vendor information
  • The API returns at most 100 vendors per call regardless of the limit value
  • Access is limited to users with vendor read permission and an admin or bookkeeper role