Documentation
Overview
The NetDNA REST API allows 3rd party consumers to interact to the system from their own applications. Using the REST API consumers can interact with different resources such as: Users, Zones & Accounts. Our old XML-RPC API is still supported. Please see our knowledgebase for the XML-RPC documentation: /support/
The API conforms to the RESTful design principles and supports sending responses in XML and JSON. Output format will be specified using any of the 3 methods listed below:
- Appending a format extension to the end of the URL path (.json or .xml)
- Specifying the response format in the query string. This means a format=xml or format=json parameter for XML or JSON, respectively, which will override the Accept header if there is one.
- Sending a standard Accept header in your request (text/html, application/xml or application/json).
Authentication
Learn how to authorize an application using OAuth 1.0a.
- Overview
- 3-Legged OAuth
- 2-Legged OAuth
- Registering Your Application
- Signing Requests
- Request Tokens
- User Authorization
REST API
- Resource Documentation
- Error Codes and Responses
- Explore the API (Login Required)
Developers