latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Vendors

Get vendor

get/vendors/{id}

Path parameters

idinteger required

ID of the vendor

Response

Successfully retrieved vendor's information

Example response

{
  "vendor": {
    "id": 963,
    "name": "Acme Corp",
    "emails": [
      "vendor@example.com"
    ],
    "phoneNumbers": [
      "415-555-0100"
    ],
    "description": "Provider of Acme service",
    "thumbnail": {
      "id": 12345,
      "mimeType": "image/png",
      "fileName": "image.png",
      "url": "http://example.com/image.png",
      "createdAt": "2022-01-01T00:00:00.000Z",
      "width": 220,
      "height": 100
    },
    "attachments": [
      {
        "id": 12345,
        "mimeType": "image/png",
        "fileName": "image.png",
        "url": "http://example.com/image.png",
        "createdAt": "2022-01-01T00:00:00.000Z",
        "width": 220,
        "height": 100
      }
    ],
    "contactIds": [
      1,
      4,
      13
    ],
    "deletedAt": "2022-01-01T00:00:00.000Z",
    "extraFields": {
      "Qualifications": "ISO 000"
    }
  }
}