post https://api.emblemfi.com/v1/card
Create a Card so that you can link Transactions and Rewards.
Log in to see full request history
Response
Create a Card so that you can link Transactions and Rewards.
xxxxxxxxxx
12curl --request POST \
--url https://api.emblemfi.com/v1/card \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"account_id": "test_account_id",
"external_card_id": "test_card_id",
"last_four": "4142",
"network": "VISA"
}
'
Try It!
to start a request and see the response here! Or choose an example: