cURL
curl --request GET \ --url http://localhost:4000/v1/users/by-address/{address}/mini-apps \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "id_user": {}, "integrator_id": {}, "description": "<string>", "wallet_address": "<string>", "metadata": {}, "contract_address": {}, "type": {}, "tx_hash": {}, "blockchain_network": 123, "blockchain_network_destination": {}, "created_at": {}, "updated_at": {}, "is_active": {}, "protocol": {}, "source": {} } ]
Retrieves all mini-apps created by the user with the specified wallet address.
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Ethereum wallet address
"0x123abc456def789012345678901234567890abcd"
Mini-apps retrieved successfully