v1
latestOpenAPI 3.0.02026-07-175152156.1 KBUser
Complete app installation
Submits the signed EIP2771 data to Gelato relay to complete the installation
post/user/{appId}/complete-installation
Path parameters
appIdnumber required
ID of the target application
Request body
Example request
{
"userControllerAddress": "0x123456789012345678901234567890123456abcd",
"agentSignerAddress": "0x123456789012345678901234567890123456abcd",
"appInstallation": {
"typedDataSignature": "0x..."
},
"agentSmartAccountDeployment": {
"typedDataSignature": "0x..."
},
"sessionKeyApproval": {
"typedDataSignature": "0x..."
}
}Response
Installation completed successfully
Example response
{
"deployAgentSmartAccountTransactionHash": "0x9d260d1bbe075be0cda52a3271df062748f3182ede91b3aae5cd115f7b26552b",
"serializedPermissionAccount": "{\"accountAddress\":\"0x...\",\"permissionParams\":{...}}",
"completeAppInstallationTransactionHash": "0x9d260d1bbe075be0cda52a3271df062748f3182ede91b3aae5cd115f7b26552b"
}