Get BIN

Beta

Note: This endpoint is in beta and subject to change.

Returns the specified card metadata.

Authentication

AuthorizationBearer
Access token, prefixed by Bearer: Bearer &lt;token&gt;. Retrieved using <a href='https://readme.skyflow.com/reference/Authentication/OAuth2'>OAuth2</a> security scheme.

Request

Request to return specific card metadata.
BINobjectRequired
Find card metadata by BIN.
OR
Skyflow IDobjectRequired

Find card metadata by skyflow_id.

Response

A successful response.
cards_datalist of objects or null
Card metadata associated with the specified BIN.

Errors