GET
/supervisors
curl \
--request GET 'https://api.protect.earth/supervisors'
Response examples (200)
[
{
"id": "string",
"name": "Phil Sturgeon"
}
]
curl \
--request GET 'https://api.protect.earth/supervisors'
[
{
"id": "string",
"name": "Phil Sturgeon"
}
]