SDK Explorer

Get the app ID associated to the entity.

Responses
Example
1from circle.web3 import configurations
2from circle.web3 import utils
3
4client = utils.init_configurations_client(api_key=key)
5api_instance = configurations.DeveloperAccountApi(client)
6
7response = api_instance.get_entity_config()
8print(response.json())
9
ResponseChoose an example
1{
2  "data": {
3    "app_id": "c4d1da72-111e-4d52-bdbf-2e74a2d803d5"
4  }
5}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.