Response Formats

From Prime Wiki
Jump to navigationJump to search

1. Available Response Formats 2. Requesting a specific Response Format

Available Response Formats The HTTP API currently supports the following response formats: XML JSON

Requesting a specific Response Format You can specify the required Response Format as an extension to the URL path as illustrated below:

Example (JSON): /api/domains/register.json?parameters

Example (XML): /api/domains/register.xml?parameters Note

JSON response is returned by default, if no response format is specified.