v12

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2021-08-2791118.4 KB
data

Retrieve a data object with given ID.

Retrieve a data object with given ID.

get/data/{id}

Path parameters

idstring required

Response

successful operation

Example response

{
  "data": {
    "owners": [
      {
        "id": "123",
        "type": "user"
      }
    ]
  }
}