{ "opencollection": "1.0.0", "info": { "name": "Howler API v3 Artists Basic Authentication API", "version": "3.6.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Basic Authentication", "type": "folder" }, "items": [ { "info": { "name": "User Login", "type": "http" }, "http": { "method": "POST", "url": "https://{defaultHost}/api/v3/consumer_portal/login", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user session in and returns a JSON web token\n" }, { "info": { "name": "Create a one-time token using JWT authentication", "type": "http" }, "http": { "method": "POST", "url": "https://{defaultHost}/api/v3/consumer_portal/jwt/ott" }, "docs": "Create a one-time token using JWT authentication" }, { "info": { "name": "Reset Password", "type": "http" }, "http": { "method": "POST", "url": "https://{defaultHost}/api/v3/consumer_portal/password/reset", "body": { "type": "json", "data": "{}" } }, "docs": "Requests a password reset email to be sent to the provided email address\n" }, { "info": { "name": "User Registration", "type": "http" }, "http": { "method": "POST", "url": "https://{defaultHost}/api/v3/consumer_portal/register", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new user account and returns the user data\n" } ] } ], "bundled": true }