Supported Formats

json

Errors

400 The request was unacceptable, often due to missing a required parameter.

Examples

curl -X GET -H "Authorization: XXXXX" "https://api.gitfax.com/items/24"

{
  "gitfax_item": {
    "id": 16,
    "trait_values": {
      "head_inlay": {
        value: "PRS Bird"
      },
      "fingerboard_material": {
        "value": "Ebony",
        "description": "Diospyros ebenum",
        "metadata": {
          "Source": "Africa"
        }
      }
    },
    "history": [
      {
        "changes": {
          "head_inlay": {
            "old": "Gretsch Horseshoe",
            "new": "PRS Bird"
          }
        },
        "created_at": "2016-12-07T08:03:57.732Z",
        "description": ""
      }
    ],
    "brand": {
      "id": 2,
      "name": "Fender",
      "approved": true,
      "type": "guitar"
    },
    "model": {
      "id": 239,
      "name": "Stratocaster",
      "approved": true,
      "brand_id": 2
    }
  }
}