Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Telkomsel Identity Verification API

NIK/MSISDN pairing, KTP matching, and general ID verification against SIM-registration data.

Telkomsel Identity Verification API is one of 8 APIs that Telkomsel publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Identity Verification. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.0.3, at version 2026-07-11.

Requests are made against a single base URL, https://api.digitalcore.telkomsel.com.

3 operations 3 paths 0 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2026-07-11
Base URL
https://api.digitalcore.telkomsel.com
Authentication
API Key, API Key, HTTP Bearer
Resource Areas
1

Authentication & Security 3

Telkomsel Identity Verification API declares 3 security schemes for authenticating requests. An API key is passed in the header as api_key (ApiKeyAuth). An API key is passed in the header as x-signature (SignatureAuth). It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API Key / Package Key issued per subscribed DigiHub application.
  • SignatureAuth — SHA256(API Key + Secret Key + current epoch timestamp in seconds, UTC). Required alongside apikey on every request. See https://digihub.telkomsel.com/documenta…
  • BearerAuth — Bearer access token obtained via the OIDC CIBA flow (POST /bc-authorize then POST /token). Used by the CAMARA-style SIM Swap API.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

Identity Verification 3

NIK/MSISDN pairing, KTP matching, and general ID verification against SIM-registration data.

POST
/digihub/subscheck/nikmatchingv4
NIK Matching v4
NIK-Matching-v4 3 params body → 200400502503504
POST
/digihub/ktp/match/v2
KTP Match
ktpMatch 3 params body → 200400502503504
POST
/digihub/v2/idverification
ID Verification V2
idVerV2 3 params body → 200400500502503504

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

telkomsel-identity-verification-api-openapi.yml Raw ↑

Other APIs Telkomsel publishes across the network.

Telkomsel Consent Management API
Telkomsel Location API
Telkomsel Scoring and Insights API
Telkomsel SIM Swap API
Telkomsel SMS API
Telkomsel Subscriber Check API
Telkomsel USSD API