GET
/
vaults
/
{vault_id}
/
card
{
  "credit_card": {
    "card_holder_name": "<string>",
    "card_number": "<string>",
    "card_cvv": "<string>",
    "card_full_expiration": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

vault_id
string
required

Response

200
application/json
Successful Response

The response is of type object.