Get the key prefix (never the full key)
GET
/apikey/get/
const url = 'https://app.qsig.in/backend/othercompanyapi/apikey/get/';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://app.qsig.in/backend/othercompanyapi/apikey/get/Responses
Section titled “ Responses ”Key metadata