The listLambda is a JSON-RPC endpoint that handles is used to view all registered lambdas by a user. It doesn't take any input and returns list of all registered lambdas.
X-Encrypted-Session: Encrypted JWT signature for authentication.
X-Encrypted-Key: A string containing the encrypted key for secure communication.
X-Encrypted-User: User input encrypted using encryption key
Body:
N/A
Response Spec
[] -> List of Lambda objects
Request Example
POST / HTTP/1.1Host:tiramisu.0xpass.ioContent-Type:application/jsonX-Session:eJjdnfdknf...X-Encrypted-Key:jp6t2GVOvzltN+4VGc21ZKPIbLjEvitE34cFYDvVNrcmF2ukcKMTO8R/F0wbonGZM0NZBg2X94FvirH6Hi2U1zFlXN5srkOdvQL3lVNZ86gbfEtJFPOEAeZkxtTOKOsH4ZXPtUbFOjT2Niblo8njOKibOoAMRKIhtsNTTvRXjHRxnNqVs3QcSe7XbO1DbH/pdRgq+YZN13znlSRsupu4G/h/KBEZr98wXFo8PeDV9F8ZV56F90GqQ3wKzFUBwC9rJihGz0omH+eJA0jB/K7BYt30fhWDnqaLNP2eb1mbIjBCmv6sXqu2jtghr3ejl0YwjP9lCO+aVD7bophfb/IyKg==X-Encrypted-User:jp6t2GVOvzltN+4VGc21ZKPIbLjEvitE34cFYDvVNrcmF2ukcK{"jsonrpc":"2.0","method":"listLambda","params": {},"id":3}