Skip to main content
Vendor Details API

Authentication

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

Request

Path Parameters

Code Examples

Success Response

HTTP Status: 200 OK Response Fields:

Response Example

Error Responses

Missing Vendor ID

HTTP Status: 400 Bad Request

Vendor Not Found

HTTP Status: 404 Not Found

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 the vendorId returned from the Vendor Creation API or Vendor Search API to retrieve details
  • Store data.id as the stable vendor identifier for related APIs such as vendor documents, audit trail, advances, and payments
  • Check accountingSynced and accountingSyncId before relying on accounting-platform identifiers
  • Treat amount fields as optional because they may be empty strings when no matching financial activity exists
  • Access is limited to users with vendor read permission and an admin or accountant role