REST Example: Retrieving an Instrument Identifier {#tms-ii-tkn-retrieve-ex-rest}
================================================================================

Request

```keyword
GET https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000046226486
```

Response to a Successful Request

```
{
    "_links": {
        "self": {
            "href": https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000046226486
        },
        "paymentInstruments": {
            "href": https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000046226486/paymentinstruments
        }
    },
    "id": "7030000000046226486",
    "object": "instrumentIdentifier",
    "state": "ACTIVE",
    "tokenizedCard": {
        "state": "ACTIVE",
        "enrollmentId": "80efd04a838265dcdf9d114eb542be01",
        "tokenReferenceId": "003769ea947eb057c13c192f1d26f002",
        "number": "489537XXXXXX2655",
        "expirationMonth": "12",
        "expirationYear": "2030",
        "type": "visa",
        "card": {
            "suffix": "6486",
            "expirationMonth": "12",
            "expirationYear": "2030"
        }
    },
    "card": {
        "number": "489537XXXXXX6486"
    },
    "issuer": {
        "paymentAccountReference": "V0010013020037567013722096631"
    },
    "metadata": {
        "creator": "testacct"
    }
}
```

