getKyc
GET
/kyc
const url = 'https://web.exactly.app/api/kyc?countryCode=true&scope=basic';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://web.exactly.app/api/kyc?countryCode=true&scope=basic'Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”countryCode
scope
string