We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da3365d + 5935c85 commit c6886cfCopy full SHA for c6886cf
src/api/client.ts
@@ -60,9 +60,9 @@ const NUMBER_VERIFICATION_URL = "/passthrough/camara/v1/number-verification/num
60
61
const CALL_FORWARDING_URL = "/passthrough/camara/v1/call-forwarding-signal/call-forwarding-signal/v0.3";
62
63
-const KYC_MATCH = "/passthrough/camara/v1/passthrough/kyc-match/v0.3";
+const KYC_MATCH = "/passthrough/camara/v1/kyc-match/kyc-match/v0.3";
64
65
-const KYC_AGE_VERIFICATION = "/passthrough/camara/v1/passthrough/kyc-age-verification/v0.1"
+const KYC_AGE_VERIFICATION = "/passthrough/camara/v1/kyc-age-verification/kyc-age-verification/v0.1"
66
67
const agent = new ProxyAgent();
68
0 commit comments