Cleanly

API/Apps Settings

Estimated reading: 2 minutes

Connect Cleanly plugin with the Cleanly mobile app.

Cleanly has recently launched an extraordinary apps for mobile users. You can easily access the app in your mobile to access the dashboard of Cleanly.

To integrate the app with the Cleanly dashboard first of all download the app of Cleanly from Play Store. After downloading the app, you have to buy the license key from Cleanly’s website to access the app. When you open the app in your mobile for the first time, it will ask for the license key to enter and connect.

Go to your admin dashboard and click on Apps Settings. Here you can see Base URL and API Key in API information. You need to collect the Base URL and API Key from here.

Then you will find Apps information. Here you can upload the logo and set the title and sub-title.

Now you have to open the app in your mobile. At first the following page will be appeared. In this page you can see the required field for Base URL and API Key. So, in this fields you have to enter the collected Base URL and API Key from dashboard.

Click on Connect. Your app is now connected with the Cleanly plugin. Have a smooth journey with this user-friendly app.

Base URL & API Key : Copy the base URL & API Key for connect API or Apps

// base url 
http://localhost/project/wp-json/

// API Key
80fd3a4eb48cb45102d7dc9a76f25c99

// setting api key
http://localhost/project/wp-json/cleanly/v1/settings?key=80fd3a4eb48cb45102d7dc9a76f25c99&id=

Key: API Key
id: Settings ID

// Apps Information
http://localhost/project/wp-json/cleanly/v1/appdata?key=80fd3a4eb48cb45102d7dc9a76f25c99

Key: API Key

// Apps Information
http://localhost/project/wp-json/cleanly/v1/booking?key=80fd3a4eb48cb45102d7dc9a76f25c99&period=this_month

Key: API Key
period: Start Date end date
route: booking, sale, history, refund, due, deposit, tax, income,

// dashboard
http://localhost/project/wp-json/cleanly/v1/dashboard?key=80fd3a4eb48cb45102d7dc9a76f25c99
Key: API Key

//graph
http://localhost/project/wp-json/cleanly/v1/graph?key=80fd3a4eb48cb45102d7dc9a76f25c99&period=this_month&status=completed
Key: API Key
period: Start Date end date
status: payment status

Note:

Leave a Reply