API Endpoints
Test Environment
For testing purposes, you can use the following API URL:
Production Environment
Here is the API URL for the production environment:
To integrate with Articheck using an iframe, you only need one endpoint:
SDK Token
POST
/v1/auth/get_sumsub_sdk_token
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Request parameters
Name
Type
Description
external_id
string
The external ID
Response body
Name
Type
Description
token
string
SDK token
applicant_id
string
The ID of the applicant
expired_date
string
The expiration date
Response
Last updated