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
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
x-api-version
Used for API versioning. More details.
Query parameters
cardNumber
Unique identifier for a card.
Response
This endpoint returns an object.
cardNumber
Unique identifier for a card.
expiryDate
The expiry date of the card.
temporary
Indicates whether the card is temporary.
cardId
Unique identifier for a card.
blocked
Indicates whether the entity is blocked.