{ "opencollection": "1.0.0", "info": { "name": "Admin Account / Address Token API", "version": "v3" }, "items": [ { "info": { "name": "Token", "type": "folder" }, "items": [ { "info": { "name": "Create or Refresh a Token", "type": "http" }, "http": { "method": "POST", "url": "http://{defaultHost}/spree_oauth/token", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates a new Bearer Token or refreshes an existing Bearer Token.\n\nThe `token` found in the response body is required to authorize API calls." } ] } ], "bundled": true }