{ "opencollection": "1.0.0", "info": { "name": "SignNow REST Authentication API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Create OAuth Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.signnow.com/oauth2/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "username", "value": "" }, { "name": "password", "value": "" }, { "name": "code", "value": "" }, { "name": "refresh_token", "value": "" } ] } }, "docs": "Generate an OAuth 2.0 access token using client credentials or password grant type." } ] } ], "bundled": true }