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 associated member.
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.
card
This is a composite type representing a MemberCard along with the associated Member and Membership. It includes information about the member who holds the card and the membership the card is tied to.