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"
}
]
}
}