TMT ID HTTP API v1.3 API

The HTTP API v1.3 API from TMT ID — 2 operation(s) for http api v1.3.

Operations 2

POST /teleshield/{number} POST method Teleshield #
POST /e-teleshield/{number v1.3} POST method E-Teleshield #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/tmt-id-http-api-v1-3-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

tmt-id-http-api-v1-3-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: TMT Teleshield API specs HTTP API v1.3 API
  termsOfService: https://viteza.tmtid.com/download-terms-and-conditions
  contact:
    name: TMT Support
    email: support@tmtid.com
    url: https://www.tmtid.com
  x-logo:
    url: https://www.tmtid.com/developer/teleshield_logo_png.png
    altText: TMT Teleshield
  version: '1.0'
servers:
- url: https://api.tmtid.com
tags:
- name: HTTP API v1.3
paths:
  /teleshield/{number}:
    post:
      tags:
      - HTTP API v1.3
      summary: POST method Teleshield
      operationId: POST
      description: ''
      parameters:
      - name: X-API-Key
        in: header
        description: The API key (obtained from https://viteza.tmtid.com or from Support during customer on-boarding).
        required: true
        schema:
          type: string
      - name: X-API-Secret
        in: header
        description: The API secret (obtained from https://viteza.tmtid.com or from Support during customer on-boarding).
        required: true
        schema:
          type: string
      - name: number
        in: path
        required: true
        description: The number in E.164 format.
        schema:
          type: string
      responses:
        '200':
          headers: {}
          content:
            application/json:
              examples:
                Successful response format:
                  value:
                    number: 376321407
                    cc: AD
                    ocic: 376500
                    ocn: null
                    itype: 1
                    etype: 10
                    mcc: 213
                    omnc: 3
                    original_network: Mobiland
                    iprn_number: false
                    iprn_wildcard: false
                    msrn: false
                    error: 0
                    trxid: d42wkyt
                Invalid number response format:
                  value:
                    number: 9999721275636
                    error: 1
                    error_message: invalid number
                Invalid number length response format:
                  value:
                    number: 4072127563699
                    error: 2
                    error_message: invalid number length
                Invalid number range response format:
                  value:
                    number: 590691369999
                    error: 3
                    error_message: invalid number range
              schema:
                type: object
                properties:
                  number:
                    type: number
                    description: The telephone number queried
                  cc:
                    type: string
                  ocic:
                    type: number
                  ocn:
                    type: string
                  itype:
                    type: number
                  etype:
                    type: number
                  mcc:
                    type: number
                  omnc:
                    type: number
                  original_network:
                    type: string
                  iprn_number:
                    type: boolean
                  iprn_wildcard:
                    type: boolean
                  msrn:
                    type: boolean
                  error:
                    type: number
                  trxid:
                    type: string
          description: ''
  /e-teleshield/{number v1.3}:
    post:
      tags:
      - HTTP API v1.3
      summary: POST method E-Teleshield
      operationId: POST
      description: ''
      parameters:
      - name: X-API-Key
        in: header
        description: The API key (obtained from https://viteza.tmtid.com or from Support during customer on-boarding).
        required: true
        schema:
          type: string
      - name: X-API-Secret
        in: header
        description: The API secret (obtained from https://viteza.tmtid.com or from Support during customer on-boarding).
        required: true
        schema:
          type: string
      - name: number
        in: path
        required: true
        description: The number in E.164 format.
        schema:
          type: string
      responses:
        '200':
          headers: {}
          content:
            application/json:
              examples:
                Successful response format:
                  value:
                    number: 376321407
                    cc: AD
                    ocic: 376500
                    ocn: null
                    itype: 1
                    etype: 10
                    mcc: 213
                    omnc: 3
                    original_network: Mobiland
                    ported: false
                    cic: 376500
                    mnc: 3
                    network: Mobiland
                    present: 'yes'
                    iprn_number: false
                    iprn_wildcard: false
                    msrn: false
                    error: 0
                    trxid: XryJIIw
                Invalid number response format:
                  value:
                    number: 9999721275636
                    error: 1
                    error_message: invalid number
                Invalid number length response format:
                  value:
                    number: 4072127563699
                    error: 2
                    error_message: invalid number length
                Invalid number range response format:
                  value:
                    number: 590691369999
                    error: 3
                    error_message: invalid number range
              schema:
                type: object
                properties:
                  number:
                    type: number
                    description: The telephone number queried
                  cc:
                    type: string
                  ocic:
                    type: number
                  ocn:
                    type: string
                  itype:
                    type: number
                  etype:
                    type: number
                  mcc:
                    type: number
                  omnc:
                    type: number
                  original_network:
                    type: string
                  ported:
                    type: boolean
                  cic:
                    type: number
                  mnc:
                    type: string
                  network:
                    type: string
                  present:
                    type: string
                  iprn_number:
                    type: boolean
                  iprn_wildcard:
                    type: boolean
                  msrn:
                    type: boolean
                  error:
                    type: number
                  trxid:
                    type: string
          description: ''
x-tagGroups:
- name: Introduction
  tags:
  - Version history
  - About TMT
- name: Service Specifications v2.0
  tags:
  - TMT TeleShield v2.0 Overview
  - Data Dictionary v2.0
  - HTTP API v2.0
  - ENUM TeleShield Routing v2.0
  - ENUM TeleShield Fraud v2.0
  - ENUM TeleShield Enhanced Fraud v2.0
- name: Service Specifications v1.3
  tags:
  - Data Dictionary v1.3
  - HTTP API v1.3
  - ENUM Services v1.3
- name: Other Specifications
  tags:
  - SIP Redirect
  - Batch Service – Portal access
  - Operator files