Lookup
Lookup for bin
By passing in the appropriate BIN, you can lookup for card meta data in bintable.com API
get/{bin}
Path parameters
binstring required
pass the required BIN code
Query parameters
api_keystring required
The API key, which you can get from bintable.com website.
Response
BIN data response
Example response
[
{
"result": 200,
"message": "SUCCESS"
}
]