The Sedo API enables you to access the Sedo database from your own applications.
Tip: You may send any suggestions or information about any bugs you may find in the API to contact@sedo.com.
Depending on your relationship with Sedo, you have been granted access to one of the following groups of API functions:
The basic API is the most comprehensive collection of API functions.
It provides access to most features of a Sedo customer account, including but not limited to domain listing, domain search, portfolio management, parking statistics and parking settings management.
This API is targeted at customers who intend to integrate management of their Sedo domain inventory into their own systems.
The service provider API includes all features of the basic API and adds account management related features such as updating personal information, changing login credentials and managing bank data.
It is targeted at businesses like registrars and other service providers who intend to use Sedo as a service provider to complement their own products and services.
Service Provider API Documentation
To facilitate future improvements to the API, we have upgraded
all API endpoints to include a version prefix (e.g. /api/v1/
).
The legacy endpoint URL /api/sedointerface.php
is
now considered deprecated but is still supported for calls to
API version 1.x
.
/api/v1/
URL scheme also affects
URLs in API responses such as WSDL URL and namespace URLs.