| TYPE | Request |
|---|---|
| Category | Objects |
| 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 |
{
"ip":["10.0.0.1"],
"returnPath": "https://control.metaregistrar.com/hosting/1234/welcomeback"
}