Home
API Catalog
About
Back to System
Ring4 API
v1
OAS 3.0
Servers
https://api.ring4.com/v1
Authorize
Calls
GET
/calls
List Call History
GET
/calls
/{callId}
Get Call Details
Teams
GET
/teams
List Teams
POST
/teams
Create Team
GET
/teams
/{teamId}
Get Team
PATCH
/teams
/{teamId}
Update Team
DELETE
/teams
/{teamId}
Delete Team
GET
/teams
/{teamId}
/members
List Team Members
POST
/teams
/{teamId}
/members
Add Member to Team
DELETE
/teams
/{teamId}
/members
/{userId}
Remove Member from Team
Users
GET
/users
List Users
POST
/users
Create User
GET
/users
/{userId}
Get User
PATCH
/users
/{userId}
Update User
DELETE
/users
/{userId}
Delete User
Contacts
GET
/contacts
List Contacts
POST
/contacts
Create Contact
GET
/contacts
/{contactId}
Get Contact
PATCH
/contacts
/{contactId}
Update Contact
DELETE
/contacts
/{contactId}
Delete Contact
Messages
GET
/messages
List Messages
POST
/messages
Send Message
GET
/messages
/{messageId}
Get Message
DELETE
/messages
/{messageId}
Delete Message
Blocklist
GET
/blocklist
List Blocked Numbers
POST
/blocklist
Block a Number
DELETE
/blocklist
/{blocklistId}
Unblock a Number
Workspace
GET
/workspace
Get Workspace Details
PATCH
/workspace
Update Workspace
Authentication
POST
/auth
/token
Get Auth Token
Recordings
GET
/recordings
List Call Recordings
GET
/recordings
/{recordingId}
Get Call Recording
DELETE
/recordings
/{recordingId}
Delete Call Recording
Voicemails
GET
/voicemails
List Voicemails
GET
/voicemails
/{voicemailId}
Get Voicemail
DELETE
/voicemails
/{voicemailId}
Delete Voicemail
Phone Numbers
GET
/phone-numbers
List Assigned Phone Numbers
GET
/phone-numbers
/{phoneNumberId}
Get Phone Number
PATCH
/phone-numbers
/{phoneNumberId}
Update Phone Number Assignment
DELETE
/phone-numbers
/{phoneNumberId}
Release Phone Number
Billing
GET
/billing
/invoices
List Invoices
GET
/billing
/subscription
Get Subscription
PUT
/billing
/subscription
Update Subscription
GET
/billing
/invoices
/{invoiceId}
Get Invoice
Schemas
Call
Team
User
Error
Contact
Invoice
Message
AuthToken
Recording
Voicemail
Workspace
IdResponse
TeamCreate
TeamUpdate
UserCreate
UserUpdate
AuthRequest
MessageSend
PhoneNumber
Subscription
ContactCreate
ContactUpdate
TeamMemberAdd
BlocklistEntry
WorkspaceUpdate
PhoneNumberUpdate
SubscriptionUpdate
BlocklistEntryCreate