GET
/v1/org
curl \
--request GET 'https://api.azav-pilot.de/v1/org' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"name": ""
}
}
curl \
--request GET 'https://api.azav-pilot.de/v1/org' \
--header "Authorization: Bearer $ACCESS_TOKEN"
{
"data": {
"name": ""
}
}