Skip to main content
Weavr API
Managed cards

Get PIN for a physical card

GET/managed_cards/{id}/physical/pin

Retrieves the PIN of the physical card identified by the id path parameter.

Request

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
objectobject · 1 field
Response example
{  "pin": {    "value": "string"  }}