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

Telesign Verification API

Create, retrieve, and update verification processes

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

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

This API exposes 3 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 2.

Requests are made against a single base URL, https://rest-ww.telesign.com/v1.

3 operations 2 paths 2 schemas 1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2
Base URL
https://rest-ww.telesign.com/v1
Authentication
HTTP Basic
Terms of Service
Resource Areas
1

Authentication & Security 1

Telesign Verification API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth). By default, every request must be authenticated.

  • BasicAuth — Basic authentication using Customer ID as username and API key as password.

Paths & Operations 3

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

Verification 3

Create, retrieve, and update verification processes

POST
/verify
Create Verification Process
createVerification body → 200400401429
GET
/verify/{reference_id}
Retrieve Verification Process
getVerification 1 param → 200401404
PATCH
/verify/{reference_id}
Update Verification Process
updateVerification 1 param body → 200400401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are VerificationStatus (3 properties), VerifyResponse (2 properties). Each schema is shown below with its type and property counts.

VerificationStatus
object
3 properties
VerifyResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

telesign-verification-api-openapi.yml Raw ↑

Other APIs Telesign publishes across the network.

Telesign Voice API
Telesign Fraud Scoring API
Telesign Messaging API
Telesign Phone Intelligence API