Our REST-compliant web services facilitate the integration of our CDN service into your workflow(s), applications, or interfaces.
Learn more about our CDN service (CDN Help Center).
Learn basic information about our services:
Protocol: HTTPS
Communication (i.e., request-response) with our web services is only permitted via HTTPS. This ensures the privacy and integrity of your data.
Authentication/Authorization: Authorization Header
Our REST API services require authentication and authorization before a request to one of our endpointIdentifies a request's connection point to our REST API service.s will be honored.
Authenticate and authorize your requests by passing the Authorization header with the following value:
api.edgecast.com
API Gateway (api.vdms.io)
Request-Response (Accept and Content-Type): JSON
We strongly recommend that the request body be formatted using JavaScript Object Notation (JSON). Inform our web servers that the expected format for the request-response will be JSON through the Accept and Content-Type request headers.
Programming Language: Agnostic
Our REST API services are designed to be programming language-agnostic. Feel free to use your preferred programming language (e.g., C#, C, PHP, Perl, etc.).
Services
Our REST API consists of the following services:
Requests to services that leverage our API gateway are authorized via OAuth 2.0.
Learn more about authorization.
View tutorials on how to use our REST API: