Mint
cURL
curl --request GET \ --url https://api-sandbox.circle.com/v1/configuration \ --header 'Authorization: Bearer <token>'
{ "data": { "payments": { "masterWalletId": "212000" } } }
Retrieves general configuration information.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved configuration information.
Show child attributes
Unique system generated identifier for the wallet of the merchant.
36
"212000"
Was this page helpful?