Skip to main content

Get organization prices

GET 

https://api.katapult.io/core/v1/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
  • ]

  • ]

curl -L 'https://api.katapult.io/core/v1/organizations/organization/prices' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.katapult.io/core/v1
Auth
Parameters
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!