1 in the status property in the response, then the token exists and contains valid card information.status property which indicates the status of the token.| CODE | DESCRIPTION |
|---|---|
| -2 | Card not found in repository |
| -1 | Null or invalid API Key |
| 1 | Card does exist |
curl --location --request GET '/scops/card/?api_key'{
"status": 1,
"message": "Card does exist",
"maskedPAN": "400000******0002"
}