Syniverse Whitelist API

The whitelist API from Syniverse — 3 operation(s) for whitelist.

Operations 6

POST /whitelist/{WHITELIST_ID} #
GET /whitelist/{WHITELIST_ID} #
GET /whitelist/{WHITELIST_ID}/{ENTITY_ID} #
DELETE /whitelist/{WHITELIST_ID}/{ENTITY_ID} #
POST /whitelist/{WHITELIST_ID}/{ENTITY_ID}/{TRANSACTION_ID} #
GET /whitelist/{WHITELIST_ID}/{ENTITY_ID}/{TRANSACTION_ID} #

Documentation

📖
Documentation
https://sdcdocumentation.syniverse.com/index.php/omni-channel/user-guides/sms-mms-user-guide
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/omni-channel/api-reference/explore-api-reference
📖
Documentation
https://sdcdocumentation.syniverse.com/index.php/multi-factor-authentication/getting-started/multi-factor-authentication-overview
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/multi-factor-authentication/api-reference/explore-api-reference
📖
Documentation
https://sdcdocumentation.syniverse.com/index.php/phone-number-verification/getting-started/phone-number-verification-overview
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/phone-number-verification/api-reference/explore-pnv-api-reference
📖
Documentation
https://sdcdocumentation.syniverse.com/index.php/right-party-verification/getting-started/right-party-verification-overview
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/right-party-verification/api-reference/explore-rpv-api-reference
📖
Documentation
https://sdcdocumentation.syniverse.com/index.php/account-takeover-detection/getting-started/account-takeover-detection-overview
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/account-takeover-detection/api-reference/explore-ato-api-reference
📖
Documentation
https://sdcdocumentation.syniverse.com/index.php/messaging-trust/getting-started/messaging-trust-overview
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/messaging-trust/api-reference/messaging-trust-api
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/messaging-trust/api-reference/resolve-api
📖
Documentation
https://sdcdocumentation.syniverse.com/index.php/10-dlc/getting-started/10-dlc-overview
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/10-dlc/api-reference/api-specification-v23
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/10-dlc/api-version-1-deprecated/explore-api-reference
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/developer-community-gateway-services/api-reference/explore-whitelist-api-reference
📖
APIReference
https://sdcdocumentation.syniverse.com/index.php/developer-community-gateway-services/api-reference/explore-token-management-api-reference

Specifications

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/syniverse-whitelist-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 email required.

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

OpenAPI Specification

syniverse-whitelist-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  license:
    name: ''
    url: ''
  contact:
    name: ''
  description: ''
  termsOfService: ''
  title: Whitelisting_Service Whitelist API
  version: v1
tags:
- name: whitelist
paths:
  /whitelist/{WHITELIST_ID}:
    post:
      security:
      - default: []
      x-auth-type: Application & Application User
      operationId: post_whitelist/{WHITELIST_ID}
      responses:
        '200':
          description: No response was specified
      parameters:
      - in: path
        name: WHITELIST_ID
        description: ''
        required: true
        schema:
          type: string
      x-throttling-tier: Unlimited
      tags:
      - whitelist
      requestBody:
        content:
          application/json:
            schema:
              type: string
              properties:
                payload:
                  type: string
        description: Request Body
        required: true
    get:
      security:
      - default: []
      x-auth-type: Application & Application User
      operationId: get_whitelist/{WHITELIST_ID}
      responses:
        '200':
          description: No response was specified
      parameters:
      - in: path
        name: WHITELIST_ID
        description: ''
        required: true
        schema:
          type: string
      x-throttling-tier: Unlimited
      tags:
      - whitelist
      requestBody:
        content:
          application/json:
            schema:
              type: string
              properties:
                payload:
                  type: string
        description: Request Body
        required: true
  /whitelist/{WHITELIST_ID}/{ENTITY_ID}:
    get:
      security:
      - default: []
      x-auth-type: Application & Application User
      operationId: get_whitelist/{WHITELIST_ID}/{ENTITY_ID}
      responses:
        '200':
          description: No response was specified
      parameters:
      - in: path
        name: WHITELIST_ID
        description: ''
        required: true
        schema:
          type: string
      - in: path
        name: ENTITY_ID
        description: ''
        required: true
        schema:
          type: string
      x-throttling-tier: Unlimited
      tags:
      - whitelist
      requestBody:
        content:
          application/json:
            schema:
              type: string
              properties:
                payload:
                  type: string
        description: Request Body
        required: true
    delete:
      security:
      - default: []
      x-auth-type: Application & Application User
      operationId: delete_whitelist/{WHITELIST_ID}/{ENTITY_ID}
      responses:
        '200':
          description: No response was specified
      parameters:
      - in: path
        name: WHITELIST_ID
        description: ''
        required: true
        schema:
          type: string
      - in: path
        name: ENTITY_ID
        description: ''
        required: true
        schema:
          type: string
      x-throttling-tier: Unlimited
      tags:
      - whitelist
      requestBody:
        content:
          application/json:
            schema:
              type: string
              properties:
                payload:
                  type: string
        description: Request Body
        required: true
  /whitelist/{WHITELIST_ID}/{ENTITY_ID}/{TRANSACTION_ID}:
    post:
      security:
      - default: []
      x-auth-type: Application & Application User
      operationId: post_whitelist/{WHITELIST_ID}/{ENTITY_ID}/{TRANSACTION_ID}
      responses:
        '200':
          description: No response was specified
      parameters:
      - in: path
        name: WHITELIST_ID
        description: ''
        required: true
        schema:
          type: string
      - in: path
        name: ENTITY_ID
        description: ''
        required: true
        schema:
          type: string
      - in: path
        name: TRANSACTION_ID
        description: ''
        required: true
        schema:
          type: string
      x-throttling-tier: Unlimited
      tags:
      - whitelist
      requestBody:
        content:
          application/json:
            schema:
              type: string
              properties:
                payload:
                  type: string
        description: Request Body
        required: true
    get:
      security:
      - default: []
      x-auth-type: Application & Application User
      operationId: get_whitelist/{WHITELIST_ID}/{ENTITY_ID}/{TRANSACTION_ID}
      responses:
        '200':
          description: No response was specified
      parameters:
      - in: path
        name: WHITELIST_ID
        description: ''
        required: true
        schema:
          type: string
      - in: path
        name: ENTITY_ID
        description: ''
        required: true
        schema:
          type: string
      - in: path
        name: TRANSACTION_ID
        description: ''
        required: true
        schema:
          type: string
      x-throttling-tier: Unlimited
      tags:
      - whitelist
      requestBody:
        content:
          application/json:
            schema:
              type: string
              properties:
                payload:
                  type: string
        description: Request Body
        required: true
components:
  securitySchemes:
    default:
      type: oauth2
      flows:
        implicit:
          scopes: {}
          authorizationUrl: https://beta.api.syniverse.com/token
x-wso2-security:
  apim:
    tokenUrl: ''
    authorizationUrl: ''
    in: ''
    name: ''
    description: ''
    scopes: ''
    type: ''
    x-wso2-scopes: []
    flow: ''