https://b-api.longbridge.xyz/v2/billing/billing_package/{id}Authorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Parameters
idstringRequiredBilling package id, supplied in the path.
Responses
HTTP 200The request was processed successfully. data contains the full configuration of the billing package.codemessagedatadataobjectdata structureFull configuration of the billing package.
Billing package id.
Package name.
Package category identifier.
Organization id the package belongs to.
List of market rule ids associated with the package; an empty array when none are associated.
List of fee item configurations in the package; an empty array when none are configured.
Number of users enrolled in the package.
Whether the package member list is shown.
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields