sumsub-create-level

Installation
SKILL.md

Sumsub — Create Level

Builds an ApplicantLevel JSON payload from a compact spec, POSTs (or PATCHes) it to the Sumsub API, and reports the resulting name / id.

Endpoints

Method Path When
POST /resources/applicants/-/levels Create a new level. Body must NOT include id or key — server assigns them.
PATCH /resources/applicants/-/levels Update an existing level (by id in body).
GET /resources/applicants/-/levels/{id} Read one level. Use this to verify what landed (tenant gates may silently drop fields) or to resolve name from a known id.
GET /resources/applicants/-/levels List all levels (use to reuse existing levels before creating duplicates).

Body: ApplicantLevel. Returns the persisted level with id, createdAt, audit trails.

Auth — App Token + secret (sandbox only)

Installs
62
First Seen
May 29, 2026
sumsub-create-level — sumsubstance/agent-skills