Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the organization discount

Response

200 - application/json

A discount object

The discount object.

id
integer

The ID of the organization discount.

organization_id
string

The ULID of the organization the discount applies to.

type
enum<string>

The machine name of the discount type.

Available options:
allowance,
startup,
enterprise
type_label
string

The label of the discount type.

status
enum<string>

The status of the discount.

Available options:
inactive,
active,
expired,
deactivated
commitment
object | null

The minimum commitment associated with the discount (if applicable).

total_months
integer | null

The contract length in months (if applicable).

discount
object

Discount value per relevant time periods.

config
object

The discount type specific configuration.

start_at
string<date-time>

The start time of the discount period.

end_at
string<date-time> | null

The end time of the discount period (if applicable).

Last modified on August 7, 2026