Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json

Billing provider, delivery method and configuration to insert

billing_provider
enum<string>
required

The billing provider set for this configuration.

Available options:
aws_marketplace,
azure_marketplace,
gcp_marketplace
delivery_method
enum<string>
required

The method to use for delivering invoices for this configuration.

Available options:
direct_to_billing_provider,
aws_sqs,
aws_sns
configuration
object
required

Account-level configuration for the billing provider. The structure of this object is specific to the billing provider and delivery provider combination. See examples below.

Response

Success

data
object
required