Accounts payable
Get vendor details
Get details of vendor
Get details of vendor
Authorization
api_key AuthorizationBasic <token>
In: header
Path Parameters
vendor_id*string
The ID of the Vendor
Response Body
application/json
curl -X GET "https://example.com/v2/accounts-payable/vendors/string"{ "id": "string", "name": "string", "active": true, "address": { "city": "string", "country": "string", "line_1": "string", "line_2": "string", "postcode": "string", "state": "string" }, "api_app_id": "ad6a2ad4-d593-4e3e-bfd5-50592ed119ca", "contact_email": "user@example.com", "contact_phone": "string", "created": "2019-08-24T14:15:22Z", "external_id": "string"}