cURL
curl --request POST \ --url https://api.machines.cash/consumer/v1/cards/{cardId}/memo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "ok": true, "data": {}, "summary": "success" }
Create card memo
When to use this: Add memo text to a card.
Required scope: cards.write.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success
Show child attributes