Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type, including the request body. |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
OkResult
| Property | Description | Type |
|---|---|---|
| statusCode | integer (int32) |
Example Response
{ "statusCode": 1
}
400
Bad Request
The request was malformed or contains invalid parameters. Check the request body and query parameters.
Response Body Parameters
IActionResult
Example Response
{}