{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Account Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/accounts", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Account Details via the Flipdish Open API v1.0 (GET /api/v1.0/accounts)." }, { "info": { "name": "Flipdish Create Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Account via the Flipdish Open API v1.0 (POST /api/v1.0/accounts)." }, { "info": { "name": "Flipdish Update Account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/accounts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Account via the Flipdish Open API v1.0 (PUT /api/v1.0/accounts)." }, { "info": { "name": "Flipdish Get Localised Time Zones", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/accounts/timezones", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Localised Time Zones via the Flipdish Open API v1.0 (GET /api/v1.0/accounts/timezones)." }, { "info": { "name": "Flipdish Password Reset with Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/password", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Password Reset with Token via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/password)." }, { "info": { "name": "Flipdish Change Password", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/accounts/password", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Change Password via the Flipdish Open API v1.0 (PUT /api/v1.0/accounts/password)." }, { "info": { "name": "Flipdish Change Password with Pin", "type": "http" }, "http": { "method": "PUT", "url": "https://api.flipdish.co/api/v1.0/accounts/password/pin", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Change Password with Pin via the Flipdish Open API v1.0 (PUT /api/v1.0/accounts/password/pin)." }, { "info": { "name": "Flipdish Request Login Pin", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/pin", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Request Login Pin via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/pin)." }, { "info": { "name": "Flipdish Login", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/login", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/login)." }, { "info": { "name": "Flipdish Logout", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/logout", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Logout via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/logout)." }, { "info": { "name": "Flipdish Login with Pin", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/login/pin", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login with Pin via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/login/pin)." }, { "info": { "name": "Flipdish Login Sso", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/login/sso", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Login Sso via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/login/sso)." }, { "info": { "name": "Flipdish Create Basic Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/basic-account", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Basic Account via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/basic-account)." }, { "info": { "name": "Flipdish Request Password Reset", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/passwordreset", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Request Password Reset via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/passwordreset)." }, { "info": { "name": "Flipdish Send Pin for Password Reset", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/password/resetpin", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Send Pin for Password Reset via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/password/resetpin)." }, { "info": { "name": "Flipdish Recaptcha Validate", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/recaptcha", "params": [ { "name": "token", "value": "string", "type": "query", "description": "The token query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Recaptcha Validate via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/recaptcha)." }, { "info": { "name": "Flipdish Skip Signup Step", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/signupstep/:signupStepAction/skip", "params": [ { "name": "signupStepAction", "value": "Question", "type": "path", "description": "The signup step action path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Skip Signup Step via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/signupstep/{signupStepAction}/skip)." }, { "info": { "name": "Flipdish Answer Sign Up Question", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/accounts/signupstep/:signupStepAction/answer", "params": [ { "name": "signupStepAction", "value": "Question", "type": "path", "description": "The signup step action path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Answer Sign Up Question via the Flipdish Open API v1.0 (POST /api/v1.0/accounts/signupstep/{signupStepAction}/answer)." } ] } ], "bundled": true }