We'll create fresh WordPress site with Upkepr Maintainance installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Upkepr Maintainance plugin is providing information about wordpress site health. It will show the information of core wordpress, plugins and themes.
It has 5 apis.
{domainname}/wp-json/upkepr-isKeyValid/key /* to check if key is valide */
header
i. content type: json
ii. “Upkeprvalidationkey”: {vaidation key}
iii. “Upkeprvalidationdomain”: {base domainname}
{domainname}/wp-json/upkepr-is_keydomainusername_valid/data /* to check if key, domain and username is valide */
header
i. content type: json
ii. “Upkeprvalidationkey”: {vaidation key}
iii. “Upkeprvalidationdomain”: {base domainname}
body
i. “username”: {Username or Email of the user}
{domainname}/wp-json/upkepr-wpinfo/wpinfo /* to get wp infomation data */
header
i. content type: json
ii. “Upkeprvalidationkey”: {vaidation key}
iii. “Upkeprvalidationdomain”: {base domainname}
body
i. “username”: {Username or Email of the user}
{domainname}/wp-json/upkepr-gettoken/byusername /* to get token */
header
i. content type: json
ii. “Upkeprvalidationkey”: {vaidation key}
iii. “Upkeprvalidationdomain”: {base domainname}
body
i. “username”: {Username or Email of the user}
{domainname}/wp-json/upkepr-getloginurl/byusername /* to get login url */
header
i. content type: json
ii. “Upkeprvalidationkey”: {vaidation key}
iii. “Upkeprvalidationdomain”: {base domainname}
iv. Authorization token: {bearer token}
body
i. “username”: {Username or Email of the user}