Add-ons
Last updated
Last updated
Limit the number of results
Offset for pagination
Count flag (should be 0 or true/false)
Search keyword to filter the languages
Filter languages by status (1 for active)
Filter by default language
Bearer token for authentication.
Successfully retrieved the language list
This endpoint retrieves the list of available plugins.
Bearer token for authentication.
{"status":1,"message":"Successfully got the plugin list"}
Successfully retrieved the plugin list
This endpoint retrieves the details of a specific plugin by its ID.
The ID of the plugin.
Optional query parameter for the plugin ID.
Bearer token for authentication.
{"status":1,"message":"Successfully got the plugin detail"}
Successfully retrieved the plugin details
This endpoint updates the status of a specific plugin.
The ID of the plugin to be updated.
Bearer token for authentication.
0
{"status":1,"message":"Successfully updated the plugin status"}
Successfully updated the plugin status
This endpoint updates PayPal settings, including client credentials and test mode.
Bearer token for authentication.
The client ID for PayPal API.
The client secret for PayPal API.
Flag to indicate if PayPal is in test mode.
{"status":1,"message":"Paypal settings updated successfully"}
Successfully updated the PayPal payment settings