GET
/
api
/
object
/
share
/
{share_id}
Get sharing information of an experiment.
curl --request GET \
  --url https://api.coinfer.ai/api/object/share/{share_id}
{
  "status": "<string>",
  "data": {
    "require_password": true
  }
}

Path Parameters

share_id
string
required

Response

OK

status
string
required
Allowed value: "ok"
data
object
required