EasypanelDocs

List WordPress options

Returns option names and raw values stored by a WordPress site.

GET
/getWordPressOptions

Returns option names and raw values stored by a WordPress site.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

projectName*string
Match^[a-z0-9-_]+$
serviceName*string
Match^[a-z0-9-_]+$

Response Body

application/json

curl -X GET "https://example.com/getWordPressOptions?projectName=string&serviceName=string"
null