Skip to main content
POST
Create entity from existing Sumsub applicant

Authorizations

Authorization
string
header
required

Your Grid API key from the Grid Dashboard

Headers

x-grid-environment
string
required

Solana network environment (sandbox, devnet, mainnet)

Query Parameters

include
string

Comma-separated list of related resources to include (e.g. providers)

Body

application/json
applicant_id
string
required

Existing Sumsub applicant identifier (external user ID or internal ID)

name
string
required

Entity name (max 255 characters)

type
enum<string>
required

Entity type: individual or business

Available options:
individual,
business
bridge_customer_id
string | null

Optional existing Bridge customer identifier to attach for later distribution

email
string | null

Contact email address

external_id
string | null

Your external identifier for this entity

infinite_customer_id
string | null

Optional existing Infinite customer identifier to attach for later distribution

smart_account_address
string | null

Smart account address used to bind this entity to a Grid user

Response

Existing entity returned (idempotent)

data
object
required
metadata
object
required