{ "opencollection": "1.0.0", "info": { "name": "Ava Protocol AVS Auth API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Exchange a wallet signature for a JWT bearer token", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.avaprotocol.org/api/v1/auth:exchange", "body": { "type": "json", "data": "{}" } }, "docs": "Verify an EIP-191 `personal_sign` signature and issue a JWT bound to\nthe signer's EOA. The signed message must use the canonical template\nwith the EigenLayer registration chain ID (not the workflow target\nchain). SDKs construct the message locally — there is no\n`GetSignatureFormat` endpoint.\n" } ] } ], "bundled": true }