Discover API v1
GET
/
const url = 'https://api.de.teamgrid.app/v1/';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://api.de.teamgrid.app/v1/Responses
Section titled “Responses”API version discovery.