GET
/
slots
/
threshold
/
{id}

Authorizations

Authorization
string
header
required

Authenticate with bearer_token you obtained from /login endpoint.

Path Parameters

id
string
required

FlatPeak Location ID

Query Parameters

start_time
string

Time when data will start must be in RFC3339 format, e.g., 2023-06-15T09:00:00Z or with time offset, e.g., 2023-06-15T08:00:00+01:00. Use either Zulu time (UTC) or time offset; mixed values are not allowed.

end_time
string
required

Time when data will end, in RFC3339 format, e.g. 2023-06-15T13:00:00Z or with time offset, e.g. 2023-06-15T12:00:00+01:00. Use either Zulu time (UTC) or time offset; mixed values are not allowed. The maximum period between start_time and end_time for a single request is 90 days.

direction
string
default:
IMPORT

Indicates direction you want to work with. Set to IMPORT or EXPORT. Defaults to IMPORT.

segment
string
required

Set to HIGH to get most expensive rate segment and to LOW to get cheapest segment.

relative
number

Relative tariff threshold. Highest tariff is 1 and lowest is 0.01. Either relative or absolute must be provided.

absolute
number

Absolute tariff threshold in local currency. Either absolute or relative must be provided. Absolute threshold overrides relative if it was provided.

Response

200 - application/json

This object is a container for tariff rates segments.

account_id
string
required

FlatPeak account ID.

currency_code
string
required

Currency at the location in ISO 4217.

data
object[]
required

Rates response data.

direction
string
required

Direction of tariff. Supported options are IMPORT and EXPORT.

id
string
required

FlatPeak unique object id.

live_mode
boolean
required

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

location_id
string
required

The unique FlatPeak ID of the location.

location_timezone
string
required

The timezone at the location, in 'tz database format'. I.e. 'Europe/Berlin'.

next_update
string
required

Time when we recommend fetching new rates. In format of the request, e.g. UTC or time-offset.

object
string
required

Represents the object's type.

request
object
required

Your original request.

time_created
string
required

Time when this response was calculated. In UTC.