StampMitraStampMitra Developers

e-Stamp Catalog Discovery

● Live

Discover which e-Stamp instruments/services are available to your organization.

GET/v1/services
● Live

List entitled services (generic catalog, covers e-Stamp services too)

Returns every service (verification AND e-Stamp) this organization is entitled to, merged with Core's live catalog. There is no e-Stamp-specific catalog endpoint yet; e-Stamp instruments surface here as regular service entries once entitled.

Required scope: services.read

Parameters

NameTypeRequiredDescription
AuthorizationheaderYesBearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted.

Example response

{
  "services": [
    {
      "serviceCode": "estamp.instrument.rent_agreement",
      "name": "Rent Agreement e-Stamp",
      "active": true
    }
  ]
}
GET/v1/services/:serviceCode
● Live

Get one entitled service's detail

Detail for a single serviceCode, if entitled and active in Core's catalog.

Required scope: services.read

Parameters

NameTypeRequiredDescription
AuthorizationheaderYesBearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted.
serviceCodepathYesCore's ServiceType key.