{ "opencollection": "1.0.0", "info": { "name": "Stakpak Account Recovery API", "version": "1.0.0" }, "items": [ { "info": { "name": "Recovery", "type": "folder" }, "items": [ { "info": { "name": "Get Recoveries", "type": "http" }, "http": { "method": "GET", "url": "https://apiv2.stakpak.dev/v1/recovery/sessions/:session_id/recoveries", "params": [ { "name": "session_id", "value": "", "type": "path" }, { "name": "status", "value": "", "type": "query", "description": "Optional status filter: \"pending\", \"approved\", \"rejected\", \"applied\"" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Recoveries" }, { "info": { "name": "Get Recovery By ID", "type": "http" }, "http": { "method": "GET", "url": "https://apiv2.stakpak.dev/v1/recovery/sessions/:session_id/recovery/:recovery_id", "params": [ { "name": "session_id", "value": "", "type": "path" }, { "name": "recovery_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Recovery By ID" }, { "info": { "name": "update_recovery_action_handler", "type": "http" }, "http": { "method": "POST", "url": "https://apiv2.stakpak.dev/v1/recovery/sessions/:session_id/recovery/:recovery_id/action", "params": [ { "name": "session_id", "value": "", "type": "path" }, { "name": "recovery_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }