operations.list_servers
GET
/servers
const url = 'https://raw.githubusercontent.com/federation/v1/servers';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://raw.githubusercontent.com/federation/v1/serversList registered servers.
Responses
Section titled “ Responses ”Successful query
Internal Error