Wallets
cURL
curl --request GET \ --url https://api.circle.com/v1/w3s/config/entity \ --header 'Authorization: Bearer <token>'
{ "data": { "appId": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5" } }
Get the app ID associated to the entity.
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Fetched configuration for entity successfully.
Show child attributes
Was this page helpful?