Get the current Org
GET /v1/org
curl \
-X GET https://api.azav-pilot.de/v1/org
Response examples (200)
{
"data": {
"name": ""
}
}
curl \
-X GET https://api.azav-pilot.de/v1/org
{
"data": {
"name": ""
}
}