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