Get the current Org
GET
/v1/org
curl \
-X GET http://localhost:4000/v1/org
Response examples (200)
{
"data": {
"name": ""
}
}
curl \
-X GET http://localhost:4000/v1/org
{
"data": {
"name": ""
}
}