Skip to main content
POST
/
v1
/
sumsub
/
import
Import Sumsub KYC
curl --request POST \
  --url https://api.daimo.com/v1/sumsub/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "shareToken": "sumsub-share-token"
}
'
{
  "kycImport": {
    "id": "02ab4563-07ee-4373-8472-9c7dc1027409"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.daimo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Body

application/json
shareToken
string
required

Sumsub reusable-KYC share token

Minimum string length: 1

Response

KYC import created or refreshed

kycImport
object
required