Outdoorsy Usage Based Item Tiers API
The usageBasedItemTiers API from Outdoorsy — 2 operation(s) for usagebaseditemtiers.
The usageBasedItemTiers API from Outdoorsy — 2 operation(s) for usagebaseditemtiers.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/outdoorsy-usagebaseditemtiers-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Outdoorsy Usage Based Item Tiers API
version: 0.0.1
description: 'Operations tagged usageBasedItemTiers across 2 of this provider''s published API definitions: outdoorsy-openapi-original.json, outdoorsy-usagebaseditemtiers-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: /v0
security:
- Bearer:
- '[]'
- API-Key:
- '[]'
tags:
- name: usageBasedItemTiers
paths:
/usage-based-items/{usage_based_item_id}/tiers:
get:
description: Return array of tiers for the specified usage based item
tags:
- usageBasedItemTiers
operationId: getUsageBasedItemTiers
responses:
'200':
$ref: '#/components/responses/usageBasedItemTiersResponse'
'400':
$ref: '#/components/responses/badRequestError'
'401':
$ref: '#/components/responses/unauthorizedError'
default:
$ref: '#/components/responses/genericError'
post:
description: Create new usage based item (Ex. mileage, generator, delivery)
tags:
- usageBasedItemTiers
operationId: createUsageBasedItemTier
parameters:
- x-go-name: UsageBasedItemID
name: usage_based_item_id
in: path
required: true
schema:
type: integer
format: int64
responses:
'200':
$ref: '#/components/responses/usageBasedItemResponse'
'400':
$ref: '#/components/responses/badRequestError'
'401':
$ref: '#/components/responses/unauthorizedError'
default:
$ref: '#/components/responses/genericError'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UsageBasedItemTier'
servers:
- url: /v0
/usage-based-items/{usage_based_item_id}/tiers/{id}:
get:
description: Return array of tiers for the specified usage based item
tags:
- usageBasedItemTiers
operationId: getUsageBasedItemTierById
parameters:
- x-go-name: UsageBasedItemID
name: usage_based_item_id
in: path
required: true
schema:
type: integer
format: int64
- x-go-name: ID
name: id
in: path
required: true
schema:
type: integer
format: int64
responses:
'200':
$ref: '#/components/responses/usageBasedItemTierResponse'
'400':
$ref: '#/components/responses/badRequestError'
'401':
$ref: '#/components/responses/unauthorizedError'
default:
$ref: '#/components/responses/genericError'
delete:
description: Update usage based item tier record
tags:
- usageBasedItemTiers
operationId: deleteUsageBasedItemTier
parameters:
- x-go-name: UsageBasedItemID
name: usage_based_item_id
in: path
required: true
schema:
type: integer
format: int64
- x-go-name: ID
name: id
in: path
required: true
schema:
type: integer
format: int64
responses:
'204':
$ref: '#/components/responses/noContentResponse'
'400':
$ref: '#/components/responses/badRequestError'
'401':
$ref: '#/components/responses/unauthorizedError'
default:
$ref: '#/components/responses/genericError'
patch:
description: Update usage based item tier record
tags:
- usageBasedItemTiers
operationId: updateUsageBasedItemTier
parameters:
- x-go-name: UsageBasedItemID
name: usage_based_item_id
in: path
required: true
schema:
type: integer
format: int64
- x-go-name: ID
name: id
in: path
required: true
schema:
type: integer
format: int64
responses:
'200':
$ref: '#/components/responses/usageBasedItemTierResponse'
'400':
$ref: '#/components/responses/badRequestError'
'401':
$ref: '#/components/responses/unauthorizedError'
default:
$ref: '#/components/responses/genericError'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UsageBasedItemTier'
servers:
- url: /v0
components:
schemas:
UsageTierFormatted:
type: object
properties:
cost:
type: string
x-go-name: Cost
label:
type: string
x-go-name: Label
per_unit:
type: string
x-go-name: PerUnit
usage_price_per_unit:
type: string
x-go-name: UsagePricePerUnit
x-go-package: github.com/outdoorsy/api/internal/usage_item
UsageBasedItem:
type: object
properties:
archived:
type: boolean
x-go-name: Archived
created:
type: string
x-go-name: Created
x-go-type: github.com/outdoorsy/api/clocks.RfcTime
fee_type:
type: string
x-go-name: FeeType
formatted:
$ref: '#/components/schemas/UsageFormatted'
id:
type: integer
format: int64
x-go-name: ID
included:
type: number
format: double
x-go-name: Included
included_period:
type: string
x-go-name: IncludedPeriod
name:
type: string
x-go-name: Name
owner_id:
type: integer
format: int64
x-go-name: OwnerID
single_tier:
type: boolean
x-go-name: SingleTier
tax_amount:
type: integer
format: int64
x-go-name: TaxAmount
tax_rate_id:
description: deprecated
type: integer
format: int64
x-go-name: TaxRateID
tax_rate_ids:
description: tax rate support
type: array
items:
type: integer
format: int64
x-go-name: TaxRateIDs
tiers:
type: array
items:
$ref: '#/components/schemas/UsageBasedItemTier'
x-go-name: Tiers
total_included:
type: number
format: double
x-go-name: TotalIncluded
unit:
type: string
x-go-name: Unit
unlimited:
type: boolean
x-go-name: Unlimited
updated:
type: string
x-go-name: Updated
x-go-type: github.com/outdoorsy/api/clocks.RfcTime
x-go-package: github.com/outdoorsy/api/internal/usage_item
OverageFeeCalculation:
type: object
properties:
calculation_tiers:
type: array
items:
$ref: '#/components/schemas/UsageTierFormatted'
x-go-name: CalculationTiers
formatted_included_usage:
type: string
x-go-name: FormattedIncludedUsage
formatted_total_amount:
type: string
x-go-name: FormattedTotalAmount
total_amount:
type: integer
format: int64
x-go-name: TotalAmount
total_days:
type: integer
format: int64
x-go-name: Days
total_free_used:
type: number
format: double
x-go-name: TotalFreeUsed
total_included:
type: number
format: double
x-go-name: TotalIncluded
total_over_free:
type: number
format: double
x-go-name: TotalOverFree
total_used:
type: number
format: double
x-go-name: TotalUsed
x-go-package: github.com/outdoorsy/api/internal/usage_item
UsageBasedItemTier:
type: object
properties:
created:
type: string
x-go-name: Created
x-go-type: github.com/outdoorsy/api/clocks.RfcTime
id:
type: integer
format: int64
x-go-name: ID
maximum:
type: number
format: double
x-go-name: Maximum
minimum_fee:
type: integer
format: uint64
x-go-name: MinimumFee
owner_id:
type: integer
format: int64
x-go-name: OwnerID
price:
type: number
format: double
x-go-name: Price
tax_amount:
type: integer
format: int64
x-go-name: TaxAmount
total:
type: integer
format: int64
x-go-name: Total
updated:
type: string
x-go-name: Updated
x-go-type: github.com/outdoorsy/api/clocks.RfcTime
usage_based_item_id:
type: integer
format: int64
x-go-package: github.com/outdoorsy/api/internal/usage_item
UsageFormatted:
type: object
properties:
included_text:
type: string
x-go-name: IncludedText
overage_fee_calculation:
$ref: '#/components/schemas/OverageFeeCalculation'
short_unit:
type: string
x-go-name: ShortUnit
tiers:
type: array
items:
$ref: '#/components/schemas/UsageTierFormatted'
x-go-name: Tiers
x-go-package: github.com/outdoorsy/api/internal/usage_item
responses:
badRequestError:
description: Invalid input or state means you're bad
headers:
Error:
schema:
type: string
usageBasedItemTierResponse:
description: ''
content:
application/json:
schema:
$ref: '#/components/schemas/UsageBasedItemTier'
genericError:
description: An unknown, unexpected error.
usageBasedItemTiersResponse:
description: ''
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/UsageBasedItemTier'
unauthorizedError:
description: Unauthorized error
noContentResponse:
description: Everything went as planned
usageBasedItemResponse:
description: ''
content:
application/json:
schema:
$ref: '#/components/schemas/UsageBasedItem'
securitySchemes:
API-Key:
type: apiKey
name: API-Key
in: header
Bearer:
type: apiKey
name: Authorization
in: header
x-refined-from:
- outdoorsy-openapi-original.json
- outdoorsy-usagebaseditemtiers-api-openapi.yml