v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Org Configurations

Returns the organization configuration details in key and value pairs.

get/organization/configs

Query parameters

format'xml' | 'json'

Preferred response format.

Response

200

Example response

{
  "response": {
    "status": {
      "success": "true",
      "code": "200",
      "message": "SUCCESS"
    },
    "organization": {
      "configs": {
        "config": [
          {
            "key": "CONF_USERS_IS_EMAIL_REQUIRED",
            "scopes": "ORG",
            "value_type": "NUMERIC",
            "modules": "LOYALTY",
            "entity_id": "146",
            "value": "0"
          }
        ]
      }
    }
  }
}