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

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.
cardobject

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.