Get using Number

Retrieve details of a specific card using its card number. This endpoint allows access to card information when the card number is known, providing key details such as the card's status and cardId for further exploration.

Path parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-api-versiondateOptional

Used for API versioning. More details.

Query parameters

cardNumberstringRequired
Unique identifier for a card.

Response

This endpoint returns an object.
cardNumberstring
Unique identifier for a card.
expiryDatedate
The expiry date of the card.
temporaryboolean
Indicates whether the card is temporary.
cardIdUUID or null
Unique identifier for a card.
blockedboolean or null
Indicates whether the entity is blocked.