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.

Authentication

x-np-api-keystring
API Key authentication via header

Path Parameters

tenantstringRequired

Your Entra Tenant ID. More details.

environmentstringRequired

Your Business Central Environment. More details.

companystringRequired

Your Business Central Company. More details.

Headers

x-api-versiondateOptional

Used for API versioning. More details.

Query Parameters

cardNumberstringRequired
Unique identifier for a card.
withDetailsbooleanOptional
Set to true will include more detailed information in the response

Response

This endpoint returns an object.
cardobject
The MemberCardEntity describes the attributes of a card linked to a Member. It is used within other composite DTOs to represent the cards associated with a member or membership.