{ "opencollection": "1.0.0", "info": { "name": "WorkOS admin-portal multi-factor-auth.challenges API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "multi-factor-auth.challenges", "type": "folder" }, "items": [ { "info": { "name": "Verify Challenge", "type": "http" }, "http": { "method": "POST", "url": "https://api.workos.com/auth/challenges/:id/verify", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the Authentication Challenge." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verifies an Authentication Challenge." } ] } ], "bundled": true }