API Endpoints
Test Environment
For testing purposes, you can use the following API URL:
https://stage-panel.articheck.io/api/Production Environment
Here is the API URL for the production environment:
https://app.articheck.io/api/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
{
  "token": "string",
  "applicant_id": "string",
  "expired_at": "2024-07-05T12:09:59.872Z"
}Last updated
