APIHub
Back to Explore

Twilio - Frontline

This is the public Twilio REST API.

Telecom
basic
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1/Users/{Sid}

Fetch a frontline user

  • Sid (path, required) — The SID of the User resource to fetch. This value can be either the `sid` or the `identity` of the User resource to fetch.
POST

/v1/Users/{Sid}

Update an existing frontline user

  • Sid (path, required) — The SID of the User resource to update. This value can be either the `sid` or the `identity` of the User resource to update.

2 endpoints auto-detected

Authentication

This API uses Basic authentication (a username and password).

curl -X GET \
  "https://frontline-api.twilio.com/v1/Users/{Sid}"

frontline-api.twilio.com · HTTPS only