Skip to main content

Get organization prices

GET 

/organizations/organization/prices

Returns the active prices for an organization

Scopes

  • organizations:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    organization[id] string

    All 'organization[]' params are mutually exclusive, only one can be provided.

    organization[sub_domain] string

    All 'organization[]' params are mutually exclusive, only one can be provided.

Responses

Returns the active prices for an organization

Schema

    currency

    object

    required

    id string
    name string
    iso_code string
    symbol string

    prices

    object[]

    required

    The prices in the default price plan

  • Array [

  • resource string
    category string
    description string
    price float

    variants

    object[]

  • Array [

  • id string
    description stringnullable
    price float
  • ]

  • ]

Loading...