1. Home
  2. API
  3. Settings

Settings


Introduction
Endpoints

Introduction

REST API End Points for managing and checking GD Settings.

EndPoints

/wp-json/geodir/v2/settings

Output

[
    {
        "id": "general",
        "label": "General",
        "description": "",
        "parent_id": "",
        "sub_groups": [],
        "_links": {
            "options": [
                {
                    "href": "http://local.newwp.test/wp-json/geodir/v2/settings/general"
                }
            ]
        }
    },
    {
        "id": "emails",
        "label": "Emails",
        "description": "",
        "parent_id": "",
        "sub_groups": [],
        "_links": {
            "options": [
                {
                    "href": "http://local.newwp.test/wp-json/geodir/v2/settings/emails"
                }
            ]
        }
    },
    {
        "id": "design",
        "label": "Design",
        "description": "",
        "parent_id": "",
        "sub_groups": [],
        "_links": {
            "options": [
                {
                    "href": "http://local.newwp.test/wp-json/geodir/v2/settings/design"
                }
            ]
        }
    },
    {
        "id": "import-export",
        "label": "Import/Export",
        "description": "",
        "parent_id": "",
        "sub_groups": [],
        "_links": {
            "options": [
                {
                    "href": "http://local.newwp.test/wp-json/geodir/v2/settings/import-export"
                }
            ]
        }
    },
    {
        "id": "api",
        "label": "API",
        "description": "",
        "parent_id": "",
        "sub_groups": [],
        "_links": {
            "options": [
                {
                    "href": "http://local.newwp.test/wp-json/geodir/v2/settings/api"
                }
            ]
        }
    }
]
Was this helpful to you? Yes 2 No 3