Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the eazydocs domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/support.netim.com/wp-includes/functions.php on line 6131
Add a domain to the second market - Netim support

Add a domain to the second market

Description

POST https://rest.netim.com/1.0/secmarket/{plateform}/{domain}/

Add a domain for sale on a plateform (only “SEDO“ is available for now).

URL Parameters

  • {plateform}

    The plateform on which add the sale.

  • {domain}

    Domain name to sale.
    For IDN, you must provide the domain name as ACE string.

Headers

  • Authorization string

    The Autorization header must start with “Bearer ” followed by the session ID.
    Example:”Autorization: Bearer b0f13a3c01d9cce2a9a44cd729f81c26″

  • Content-type string

    Content type of the request

    Only “application/json” is accepted

Body

REQUIRED

  • params array
    {

    “price“: The selling price,

    “currency“: The currency of the sale

    }

JSON example

{
    "params":{"price":"1234", "currency": "EUR",},
}