Get Package

View as Markdown
Get a package by ID.

Authentication

AuthorizationBearer

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

Path parameters

package_idstringRequired
account_idstringRequired

Query parameters

include_deletedbooleanOptionalDefaults to false

Include soft-deleted packages

Response

Successful Response
idstring
account_idstring
namestring
created_atdatetime
updated_atdatetime
descriptionstring or nullOptional
is_activebooleanOptionalDefaults to true
allow_monthlybooleanOptionalDefaults to true
allow_annualbooleanOptionalDefaults to true
default_billing_cyclestringOptionalDefaults to monthly
itemslist of objectsOptional
deleted_atdatetime or nullOptional

Errors

422
Unprocessable Entity Error