HostingLoginRequest

Request Information
TYPE Request
CategoryObjects

Description

Object: HostingLoginRequest

Properties

name type required default description
ip array <string> yes array Contains a list of ip addresses (for now just one) for the client's ip address.
returnPath string yes Where to return the user if login failed or they log out

Sample JSON

{
  "ip":["10.0.0.1"],
  "returnPath": "https://control.metaregistrar.com/hosting/1234/welcomeback"
}