Get the full configuration bound to an API key
GET /api/v5/bookings/v4/api_details/full
Unlike /api_details (a curated subset), returns the key identity, the complete module_setting blob, pickup warehouses, margin/markup rules and weight-to-package-type rules.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Full API key configuration
object
Identity and status of the API key.
object
API key identifier.
Member who owns this API key.
Whether the key is currently active.
Whether the key operates in no-charge demo mode.
Module type identifier for the integration (e.g. platform type).
Site domain registered for this key.
ISO 8601 timestamp the key was created.
Complete raw module_setting blob controlling quote/booking behaviour.
object
Configured pickup warehouses for this key.
object
Warehouse (pickup location) identifier.
Warehouse suburb.
Warehouse 4-digit AU postcode.
Warehouse state code (e.g. NSW, VIC).
Warehouse address type, “business” or “residential”.
ISO 8601 timestamp the warehouse was created.
Margin/markup rules applied to quotes.
object
Margin/markup rule identifier.
API module/key this rule belongs to.
Rule type, e.g. margin or markup.
Comparison operator that decides when the rule fires (e.g. “gt”, “lte”).
Threshold value the trigger comparison is evaluated against.
Operator applied by the action (e.g. add, multiply, percent).
Value applied by the action operator.
Human-readable description of the trigger condition.
Human-readable description of the action taken.
ISO 8601 timestamp the rule was created.
Evaluation priority; lower numbers are applied first.
Courier string_ids this rule is scoped to; empty means all couriers.
Weight-to-package-type mapping rules.
object
Package-type rule identifier.
Package type assigned when the range matches (e.g. “Carton”, “Pallet”).
Metric the range is measured against, e.g. “weight”.
Lower bound of the matching range (inclusive), in the base_on unit.
Upper bound of the matching range (inclusive), in the base_on unit.
Missing or invalid API key
object
Human-readable settings error message.
API key not found
object
Human-readable settings error message.