Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Notify REST API


The Notify REST API allows you to control your notifications workflow from your server. You can create bindings, credentials, and services, as well as send notifications using the endpoints in this REST API.


API Base URL

api-base-url page anchor

All URLs in the reference documentation use the following base URL:


_10
https://notify.twilio.com/v1

All requests to the Notify REST API are served over HTTPS. Unencrypted HTTP is not supported.

(information)

Info

You can control your connectivity to Twilio's platform by including your specific edge location in the subdomain. This will allow you to bring Twilio's public or private network connectivity closer to your applications for improved performance.

For instance, customers with infrastructure in Germany can make use of the frankfurt edge location by using the base url of:


_10
https://notify.frankfurt.us1.twilio.com/v1


Notify is supported by all our server-side helper libraries.


HTTP requests to the REST API are protected with HTTP Basic authentication like other REST APIs provided by Twilio. To learn more about how Twilio handles authentication, please refer to our security documentation. In short, you will use your Twilio account SID as the username and your auth token as the password for HTTP Basic authentication.


Rate this page: