How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Telnyx Verify API

Two factor authentication API

Telnyx Verify API is one of 169 APIs that Telnyx publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 16 operations across 12 paths, and defines 36 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against a single base URL, https://api.telnyx.com/v2.

16 operations 12 paths 36 schemas 1 DELETE5 GET2 PATCH8 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://api.telnyx.com/v2
Authentication
HTTP Bearer, HTTP Bearer, OAuth 2.0, HTTP Bearer, HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 6

Telnyx Verify API declares 6 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It accepts HTTP bearer tokens (branded-calling_bearerAuth). It supports OAuth 2.0 (oauthClientAuth) using the authorizationCode and clientCredentials flows, exposing 1 scope. It accepts HTTP bearer tokens (JWT) (outbound-voice-profiles_bearerAuth). It accepts HTTP bearer tokens (pronunciation-dicts_bearerAuth). It accepts HTTP bearer tokens (JWT) (stored-payment-transactions_bearerAuth). By default, every request must be authenticated.

  • branded-calling_bearerAuth — API key passed as a Bearer token in the Authorization header
  • oauthClientAuth — OAuth 2.0 authentication for Telnyx API and MCP integrations
  • pronunciation-dicts_bearerAuth — Telnyx API v2 key. Obtain from https://portal.telnyx.com

Paths & Operations 16

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

Verify 16

Two factor authentication API

GET
/verifications/by_phone_number/{phone_number}
List verifications by phone number
ListVerifications 1 param → 200400
POST
/verifications/by_phone_number/{phone_number}/actions/verify
Verify verification code by phone number
VerifyVerificationCodeByPhoneNumber 1 param body → 200400
POST
/verifications/call
Trigger Call verification
CreateVerificationCall body → 200400
POST
/verifications/flashcall
Trigger Flash call verification
CreateFlashcallVerification body → 200400
POST
/verifications/sms
Trigger SMS verification
CreateVerificationSms body → 200400
POST
/verifications/whatsapp
Trigger WhatsApp verification
CreateWhatsappVerification body → 200400
GET
/verifications/{verification_id}
Retrieve verification
RetrieveVerification 1 param → 200400
POST
/verifications/{verification_id}/actions/verify
Verify verification code by ID
VerifyVerificationCodeById 1 param body → 200400
GET
/verify_profiles
List all Verify profiles
ListProfiles 2 params → 200400
POST
/verify_profiles
Create a Verify profile
CreateVerifyProfile body → 200400
GET
/verify_profiles/templates
Retrieve Verify profile message templates
ListProfileMessageTemplates → 200400500
POST
/verify_profiles/templates
Create message template
CreateMessageTemplate body → 200400
PATCH
/verify_profiles/templates/{template_id}
Update message template
UpdateMessageTemplate 1 param body → 200400
DELETE
/verify_profiles/{verify_profile_id}
Delete Verify profile
DeleteProfile 1 param → 200400
GET
/verify_profiles/{verify_profile_id}
Retrieve Verify profile
GetVerifyProfile 1 param → 200400
PATCH
/verify_profiles/{verify_profile_id}
Update Verify profile
UpdateVerifyProfile 1 param body → 200400

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are VerifyProfileResponse (14 properties), Verification (10 properties), VerifyProfileWhatsAppResponse (8 properties), VerifyProfileSMSResponse (6 properties). Each schema is shown below with its type and property counts.

VerifyVerificationCodeRequestByPhoneNumber
object
2 properties 2 required
CreateVerifyProfileSMSRequest
object
6 properties
verify_Meta
object
4 properties 4 required
VerifyVerificationCodeRequestById
object
2 properties
VerificationProfileRecordType
string
The possible verification profile record types.
VerifyProfileSMSResponse
object
6 properties
CreateVerificationRequestSMS
object
The request body when creating a verification.
4 properties 2 required
verify_Error
object
5 properties 2 required
CreateVerifyProfileCallRequest
object
5 properties
VerifyProfileCallResponse
object
5 properties
VerifyProfileResponse
object
14 properties
CreateVerificationRequest
object
The request body when creating a verification.
3 properties 2 required
MessageTemplateResponseDataWrapper
object
1 property
ListVerifyProfilesResponse
object
A paginated list of Verify profiles
2 properties 2 required
UpdateMessageTemplateRequest
object
The request body when updating a message template.
1 property 1 required
VerifyProfileMessageTemplateResponse
object
2 properties
UpdateVerifyProfileCallRequest
object
5 properties
VerificationStatus
string
The possible statuses of the verification request.
ListVerificationsResponse
object
2 properties 2 required
RetrieveVerificationResponse
object
1 property 1 required
VerifyProfileFlashcallResponse
object
2 properties
verify_Errors
object
1 property
VerificationType
string
The possible types of verification.
VerificationRecordType
string
The possible verification record types.
Verification
object
10 properties
VerifyVerificationCodeResponse
object
1 property 1 required
UpdateVerifyProfileSMSRequest
object
6 properties
VerifyProfileWhatsAppResponse
object
8 properties
ListVerifyProfileMessageTemplateResponse
object
A list of Verify profile message templates
1 property 1 required
CreateVerificationRequestCall
object
The request body when creating a verification.
5 properties 2 required
CreateVerifyProfileSettingsRequest
object
3 properties
UpdateVerifyProfileSettingsWhatsAppRequest
object
5 properties
CreateVerifyProfileSettingsWhatsAppRequest
object
5 properties
CreateMessageTemplateRequest
object
The request body when creating a message template.
1 property 1 required
CreateVerificationResponse
object
1 property 1 required
VerifyProfileResponseDataWrapper
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

telnyx-verify-api-openapi.yml Raw ↑

Other APIs Telnyx publishes across the network.

Telnyx Access Tokens API
Telnyx Addresses API
Telnyx Advanced Number Orders API
Telnyx Assistants API
Telnyx Audio API
Telnyx Audit Logs API
Telnyx Authentication Providers API
Telnyx AutoRechargePreferences API
Telnyx Billing API
Telnyx Billing Groups API
Telnyx Brands API
Telnyx Bucket SSL Certificate API
Where this information came from

This is an independent, third-party profile of Telnyx Verify API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.