surevoip.co.uk

Introduction Welcome to the SureVoIP RESTful hypermedia API (sometimes known as a VoIP REST API, Telecom REST API, SIP API, Hypermedia API or just VoIP API.) The SureVoIP API is a way for you to automate your interaction with the SureVoIP platforms. With the API, you can create your own scripts,

๐Ÿ”‘ basic 28 endpoints telecom
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
List global resources
curl \
  -u "$API_USER:$API_PASS" \
  https://api.surevoip.co.uk/
List all SIP accounts
curl \
  -u "$API_USER:$API_PASS" \
  https://api.surevoip.co.uk/sip
List SMS
curl \
  -u "$API_USER:$API_PASS" \
  https://api.surevoip.co.uk/sms
Endpoints (28 total)
GET
/
List global resources
GET
/sip
List all SIP accounts
GET
/sms
List SMS
GET
/calls
Validate a phone number by calling it once
GET
/faxes
List global ongoing faxes
GET
/hosted
List Hosted VoIP domains
GET
/mobile
List mobile accounts
GET
/topups
List all account credit topups
GET
/billing
List global billing detail
GET
/charges
List charges
GET
/numbers
List available SureVoIP Ofcom number allocations for purchase
GET
/porting
List ported numbers
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints28
Authbasic
Categories1
https://api.surevoip.co.uk