This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
curl --location --request GET 'https://manage.runcloud.io/api/v3/settings/wordpress/canvas' \
--header 'Accept: application/json'
{"data":[{"id":42,"name":"My Canvas","created_at":"2025-06-30T03:05:42.000000Z","updated_at":"2025-06-30T03:17:51.000000Z","themes":{"data":[{"id":109,"name":"Rapid News","activate":false,"slug":"rapid-news"},{"id":110,"name":"Travix","activate":false,"slug":"travix"}]},"plugins":{"data":[{"id":111,"name":"Elementor Website Builder – More Than Just a Page Builder","activate":false,"slug":"elementor"},{"id":112,"name":"Contact Form 7","activate":false,"slug":"contact-form-7"}]},"customThemes":{"data":[{"id":116,"name":"some theme","activate":false,"link":"https:\/\/example.com\/theme.zip"}]},"customPlugins":{"data":[{"id":115,"name":"some plugin","activate":true,"link":"https:\/\/example.com\/plugin.zip"}]},"settings":{"id":36,"language":"en_US","timezone":"Asia\/Kuala_Lumpur","dateFormat":"F j, Y","timeFormat":"g:i a","SEIndexingDisable":false,"organizeUploadFolders":false,"permalinkCustom":"%postname%\/","removeHelloWorld":true,"deleteAllThemes":false,"deleteAllPlugins":false,"deleteUnneededCoreFile":false,"removeSamplePage":true,"created_at":"2025-06-30T03:05:42.000000Z","updated_at":"2025-06-30T03:05:42.000000Z"}},{"id":45,"name":"My New Canvas","created_at":"2025-06-30T03:17:34.000000Z","updated_at":"2025-06-30T03:17:34.000000Z","themes":{"data":[{"id":125,"name":"Astra","activate":true,"slug":"astra"}]},"plugins":{"data":[{"id":126,"name":"WordPress SEO","activate":true,"slug":"wordpress-seo"}]},"customThemes":{"data":[{"id":128,"name":"some theme","activate":false,"link":"https:\/\/example.com\/theme.zip"}]},"customPlugins":{"data":[{"id":127,"name":"some plugin","activate":true,"link":"https:\/\/example.com\/plugin.zip"}]},"settings":{"id":39,"language":"en_US","timezone":"UTC","dateFormat":"F j, Y","timeFormat":"UTC","SEIndexingDisable":false,"organizeUploadFolders":true,"permalinkCustom":null,"removeHelloWorld":true,"deleteAllThemes":false,"deleteAllPlugins":false,"deleteUnneededCoreFile":true,"removeSamplePage":true,"created_at":"2025-06-30T03:17:34.000000Z","updated_at":"2025-06-30T03:17:34.000000Z"}}],"meta":{"pagination":{"total":2,"count":2,"per_page":20,"current_page":1,"total_pages":1,"links":{}}}}