File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ Here is a JS snippet for doing this
139
139
const backendUrl = ' https://api.app.rarime.com/'
140
140
const userId = ' some-user-id' // the `id` from step #2
141
141
142
- const response = await fetch (` ${ backendUrl} /integrations/verification -svc/light/private/verification-status/${ userId} ` )
142
+ const response = await fetch (` ${ backendUrl} /integrations/verificator -svc/light/private/verification-status/${ userId} ` )
143
143
const { data } = await response .json ()
144
144
145
145
// responseUserId === userId
@@ -156,7 +156,7 @@ const verificationStatus = data.attributes.status
156
156
If the user has status ` verified ` , you can fetch the verified citizenship code like this:
157
157
158
158
``` jsx
159
- const response = await fetch (` ${ backendUrl} /integrations/verification -svc/light/private/user/${ userId} ` )
159
+ const response = await fetch (` ${ backendUrl} /integrations/verificator -svc/light/private/user/${ userId} ` )
160
160
const { data } = await response .json ()
161
161
162
162
// ISO 3166 alpha-3 country code: https://www.iban.com/country-codes
You can’t perform that action at this time.
0 commit comments