v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Org Details

Retrieves the details of the organization provided during the org setup on InTouch. Details such as org id, name, address, base language, base currency, time zone, website address and so on will be returned through this API.

get/organization/get

Query parameters

format'xml' | 'json'

Preferred response format.

Response

200

Example response

{
  "response": {
    "status": {
      "success": "true",
      "code": 200,
      "message": "Success"
    },
    "organization": {
      "id": "100458",
      "name": "Bukl Enterprises",
      "address": "Bangalore",
      "currency": "United States dollar",
      "timezone_offset": "+05:30",
      "timezone": "Asia/Kolkata",
      "min_sms_hour": "8",
      "max_sms_hour": "23",
      "logo": "https://s3-eu-west-1.amazonaws.com/fs.capillary.eu/intouch_creative_assets/4105a746-712e-4207-a082-353776ca.png",
      "country": "OTHER",
      "country_code": "OT",
      "currencies": {
        "base_currency": {
          "symbol": "$",
          "label": "USD"
        },
        "supported_currencies": {
          "currency": [
            {
              "symbol": "$",
              "label": "HKD"
            }
          ]
        }
      },
      "timezones": {
        "base_timezone": {
          "label": "Asia/Kolkata",
          "offset": "+05:30"
        },
        "supported_timezones": {
          "timezone": [
            {
              "label": "America/Noronha",
              "offset": "-02:00"
            }
          ]
        }
      },
      "countries": {
        "base_country": {
          "name": "OTHER",
          "code": "OT"
        },
        "supported_countries": {
          "country": [
            {
              "name": "India",
              "code": "IN"
            }
          ]
        }
      }
    }
  }
}