Returns a list of tariffs based on specified filtering criteria. Tariffs represent specific pricing structures offered by energy organizations.
Important:
organization
OR main_tariff
parameter must be provided.address
OR latitude
/longitude
coordinates.This endpoint filters tariffs applicable to a specific location and can return optional filter options to help users select the appropriate tariff variant.
Token-based authentication with required prefix "Token"
Full address for location-based filtering (required unless latitude/longitude are provided). Cannot be used together with latitude/longitude.
Filter by consumer type (RESIDENTIAL or BUSINESS)
BUSINESS
, RESIDENTIAL
Country code of the requested location. Used to ensure geographic correctness.
DK
: DenmarkSE
: SwedenNO
: NorwayDK
, NO
, SE
Filter tariffs by specific options. Accepts comma-separated list of option IDs with tfo_ prefix.
When set to true, includes available filter options in the response for UI filtering.
Latitude coordinate (required with longitude unless address is provided). Cannot be used together with address.
Longitude coordinate (required with latitude unless address is provided). Cannot be used with address.
Main Tariff ID with mta_ prefix. Required if organization is not provided.
Organization ID with org_ prefix. Required if main_tariff is not provided.
A page number within the paginated result set.
A search term.
Filter for tariffs valid at specified date (format: YYYY-MM-DD). If omitted, uses current date.
Successfully retrieved tariffs
The response is of type object
.