/me
GET
/me
const url = 'https://kravos-orchestrator.onrender.com/me';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://kravos-orchestrator.onrender.com/meResponses
Section titled “ Responses ”Default Response