{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions Device Flow API", "version": "1.0.0" }, "items": [ { "info": { "name": "Device Flow", "type": "folder" }, "items": [ { "info": { "name": "Auth0 Get Device Code", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/oauth/device/code", "body": { "type": "json", "data": "{}" } }, "docs": "This is the flow that input-constrained devices use to access an API. Use this endpoint to get a device code." } ] } ], "bundled": true }