cURL
curl --request GET \ --url https://api.example.com/speakers/unnamed
[ { "id": 123, "name": "<string>", "metadata": "<string>" } ]
Returns speakers that haven’t been identified/named yet.
OK
Was this page helpful?