GET

Is email available to create order?

Checks if email address is available to create an order for the Company.

Important

Calls to this method must include the cookie .LawPanel.AuthCookie in order to identify you at user level. For more details about authentication please check this link. To obtain the cookie you can use the method Login.

Request URL

Request parameters

string

The email to verify if is available to be used with an Order creation.

string

The Company name where availability is checked

Request headers

string
Subscription key which provides access to this API.

Response 200

Returns information about the availability or not to create an order for the company and email sent as parameters.

Loading...
{
  "type": "object",
  "properties": {
    "available": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    }
  }
}
* See getting started for more information on how to use this API. You can also check the API change history.