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

SimpleTexting Contact Lists API

Manage contact lists and list membership.

SimpleTexting Contact Lists API is one of 12 APIs that SimpleTexting publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Contact Lists. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

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

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

7 operations 5 paths 5 schemas 2 DELETE2 GET2 POST1 PUT

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-app2.simpletexting.com/v2
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

SimpleTexting Contact Lists API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_key). By default, every request must be authenticated.

  • api_key — Bearer authentication (also called token authentication) is an authentication scheme that involves security tokens called bearer tokens. The name “Bearer authe…

Paths & Operations 7

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

Contact Lists 7

Create, update, and delete contact lists.

PUT
/api/contact-lists/{listId}
Update a List Name
updateList 1 param body → 200
GET
/api/contact-lists
Get all Lists
getLists 2 params → 200
POST
/api/contact-lists
Create a List
createList body → 201
POST
/api/contact-lists/{listIdOrName}/contacts
Add Contact To List
addContactToList 1 param body → 200
GET
/api/contact-lists/{listIdOrName}
Get a List
getList 1 param → 200
DELETE
/api/contact-lists/{listIdOrName}
Delete a List
deleteList 1 param → 204
DELETE
/api/contact-lists/{listIdOrName}/contacts/{contactPhoneOrId}
Remove Contact From List
removeContactFromGroup 2 params → 204

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are List (10 properties), PageViewList (3 properties), ListDto (1 property), ContactPhoneOrIdDto (1 property). Each schema is shown below with its type and property counts.

ObjectIdDto
object
ID of created or modified object
1 property
PageViewList
object
Page representation for search/fetch result
3 properties
ContactPhoneOrIdDto
object
1 property
List
object
Page content and number of elements is restricted by page size.
10 properties
ListDto
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

simpletexting-contact-lists-api-openapi.yml Raw ↑

Other APIs SimpleTexting publishes across the network.

SimpleTexting Campaigns API
SimpleTexting Contact Segments API
SimpleTexting Contacts API
SimpleTexting Contacts - Batch Operations API
SimpleTexting Custom Fields API
SimpleTexting Media Items API
SimpleTexting Messages API
SimpleTexting Tenant API
SimpleTexting Webhooks API
SimpleTexting Tenant phones API
SimpleTexting Webhook Reports API
Where this information came from

This is an independent, third-party profile of SimpleTexting Contact Lists 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.