MeiroDocs

System

+ Request (application/json)

Section: Group System. Base URL: https://instance_name.meiro.io/api/.

System Info [/system_info]

Retrieve System Info [GET]

  • Request (application/json)

    • Headers

      X-Access-Token: 1234567890abcdef

  • Response 200 (application/json)

{
    "system_info": {
        "version": "X.Y.Z",
        "reporting_enabled": true,
        "me_connection_url": null,
        "lookalike_segment_configured": false,
        "funnels_enabled": false,
        "build_date": "2023-01-01"
    }
}

On this page