Mint
cURL
curl --request PATCH \ --url https://api-sandbox.circle.com/v1/addressBook/recipients/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "metadata": { "nickname": "sample nickname", "email": "satoshi@circle.com", "bns": "sample.circle" } } '
{ "data": { "id": "8755d0ea-14f9-4259-b092-de23c14b6568", "chain": "ETH", "address": "0x45bfcf1a6289a0b77b4d3f7d12005a05949fd8c3", "metadata": { "nickname": "sample nickname", "email": "satoshi@circle.com", "bns": "sample.circle" }, "status": "pending", "createDate": "2022-07-21T20:13:35.578678Z", "updateDate": "2022-07-21T20:19:24.859052Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Universally unique identifier (UUID v4) of a resource.
"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"
Show child attributes
Successfully updated the address book recipient.
Was this page helpful?