# Get a Vendor

Get a vendor by ID

Endpoint: GET /vendors/{vendor_id}
Version: 3.0.1807
Security: Auth0

## Path parameters:

  - `vendor_id` (integer, required)
    Numeric ID of the vendor to get

## Response 200 fields (application/json):

  - `data` (object)

  - `data.id` (integer)

  - `data.version` (integer)

  - `data.name` (string)

  - `data.adx_approved` (boolean)

  - `data.adx_declaration_required` (boolean)

  - `data.adx_vendor_identifier` (string)

  - `data.mm_contract_available` (boolean)

  - `data.rate_card_price` (number)

  - `data.rate_card_type` (string)
    Enum: "CPM", "FIXED"

  - `data.wholesale_price` (number)

  - `data.is_eligible` (boolean)

  - `data.created_on` (string)

  - `data.updated_on` (string)

  - `data.description` (string)

  - `data.vendor_type` (string)
    Enum: "AD_SERVER", "AD_VERIFICATION", "AUDIENCE_VERIFICATION", "CONTEXTUAL", "DATA", "DSP", "DYNAMIC_CREATIVE", "MEASUREMENT", "NETWORK", "OBA_COMPLIANCE", "OTHER", "PIXEL_TRACKING", "RICH_MEDIA", "SURVEY", "VIEWABILITY", "VIEWABILITY_BYO_DISPLAY", "VIEWABILITY_BYO_VIDEO"

  - `data.code` (string)

  - `data.adx_ssl_approved` (boolean)

  - `data.adx_video_ssl_approved` (boolean)

  - `data.adx_video_approved` (boolean)

  - `data.auto_tag_display` (boolean)

  - `data.provider_tax` (number)

  - `data.set_by` (string)

  - `meta` (object)

  - `meta.status` (string, required)
    Example: success

## Response 400 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.sub_code` (string)
    Optional identifier that refines the generic `code` category (e.g. `html5-noscript-tag`). Present on HTML5 upload/preview validation errors; absent otherwise.

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)

## Response 401 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.sub_code` (string)
    Optional identifier that refines the generic `code` category (e.g. `html5-noscript-tag`). Present on HTML5 upload/preview validation errors; absent otherwise.

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)

## Response 403 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.sub_code` (string)
    Optional identifier that refines the generic `code` category (e.g. `html5-noscript-tag`). Present on HTML5 upload/preview validation errors; absent otherwise.

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)

## Response 404 fields (application/json):

  - `errors` (array, required)

  - `errors.code` (string)

  - `errors.sub_code` (string)
    Optional identifier that refines the generic `code` category (e.g. `html5-noscript-tag`). Present on HTML5 upload/preview validation errors; absent otherwise.

  - `errors.field` (string)
    Optional when it is a schema error

  - `errors.message` (string)

  - `meta` (object, required)

  - `meta.status` (string, required)

