BUSINESS · COMMERCE & FINANCE
Subscriptions, invoices, coupons, and customers in that billing account.
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
maxio_delete_by_resource_type_by_resource_id_metadata_jsonWRITEDelete metadata via DELETE /{resource_type}/{resource_id}/metadata.json
maxio_delete_by_resource_type_metafields_jsonWRITEDelete metafield via DELETE /{resource_type}/metafields.json
maxio_delete_components_by_component_id_features_by_id_jsonWRITERemove component feature via DELETE /components/{component_id}/features/{id}.json
maxio_delete_components_by_component_id_price_points_by_price_point_id_jsonWRITEArchive component price point via DELETE /components/{component_id}/price_points/{price_point_id}.json
maxio_delete_components_by_component_id_price_points_by_price_point_id_segments_by_id_jsonWRITEDelete segment via DELETE /components/{component_id}/price_points/{price_point_id}/segments/{id}.json
maxio_delete_coupons_by_coupon_id_codes_by_subcode_jsonWRITEDelete coupon subcode via DELETE /coupons/{coupon_id}/codes/{subcode}.json
maxio_delete_customers_by_id_jsonWRITEDelete customer via DELETE /customers/{id}.json
maxio_delete_features_by_id_jsonWRITEArchive feature template via DELETE /features/{id}.json
maxio_delete_payment_profiles_by_payment_profile_id_jsonWRITEDelete unused payment profile via DELETE /payment_profiles/{payment_profile_id}.json
maxio_delete_portal_customers_by_customer_id_invitations_revoke_jsonWRITERevoke billing portal access via DELETE /portal/customers/{customer_id}/invitations/revoke.json
maxio_delete_product_families_by_product_family_id_components_by_component_id_jsonWRITEArchive component via DELETE /product_families/{product_family_id}/components/{component_id}.json
maxio_delete_product_families_by_product_family_id_coupons_by_coupon_id_jsonWRITEArchive coupon via DELETE /product_families/{product_family_id}/coupons/{coupon_id}.json
maxio_delete_products_by_product_id_features_by_id_jsonWRITERemove product feature via DELETE /products/{product_id}/features/{id}.json
maxio_delete_products_by_product_id_jsonWRITEArchive product via DELETE /products/{product_id}.json
maxio_delete_products_by_product_id_price_points_by_price_point_id_jsonWRITEArchive product price point via DELETE /products/{product_id}/price_points/{price_point_id}.json
maxio_delete_reason_codes_by_reason_code_id_jsonWRITEDelete reason code via DELETE /reason_codes/{reason_code_id}.json
maxio_delete_subscription_groups_by_uid_delayed_cancel_jsonWRITECancel delayed cancellation for group via DELETE /subscription_groups/{uid}/delayed_cancel.json
maxio_delete_subscription_groups_by_uid_jsonWRITEDelete subscription group via DELETE /subscription_groups/{uid}.json
maxio_delete_subscription_groups_by_uid_payment_profiles_by_payment_profile_id_jsonWRITEDelete subscription group payment profile via DELETE /subscription_groups/{uid}/payment_profiles/{payment_profile_id}.json
maxio_delete_subscriptions_by_subscription_id_components_by_component_id_allocations_by_allocation_id_jsonWRITEDelete prepaid usage allocation via DELETE /subscriptions/{subscription_id}/components/{component_id}/allocations/{allocation_id}.json
maxio_delete_subscriptions_by_subscription_id_delayed_cancel_jsonWRITECancel delayed cancellation via DELETE /subscriptions/{subscription_id}/delayed_cancel.json
maxio_delete_subscriptions_by_subscription_id_group_jsonWRITERemove subscription from group via DELETE /subscriptions/{subscription_id}/group.json
maxio_delete_subscriptions_by_subscription_id_invoices_by_uid_jsonWRITEDelete invoice via DELETE /subscriptions/{subscription_id}/invoices/{uid}.json
maxio_delete_subscriptions_by_subscription_id_jsonWRITECancel subscription via DELETE /subscriptions/{subscription_id}.json
maxio_delete_subscriptions_by_subscription_id_notes_by_note_id_jsonWRITEDelete subscription note via DELETE /subscriptions/{subscription_id}/notes/{note_id}.json
maxio_delete_subscriptions_by_subscription_id_payment_profiles_by_payment_profile_id_jsonWRITEDelete subscriptions payment profile via DELETE /subscriptions/{subscription_id}/payment_profiles/{payment_profile_id}.json
maxio_delete_subscriptions_by_subscription_id_remove_coupon_jsonWRITERemove coupon from subscription via DELETE /subscriptions/{subscription_id}/remove_coupon.json
maxio_delete_subscriptions_by_subscription_id_scheduled_renewals_by_scheduled_renewals_configuration_id_configuration_items_by_id_jsonWRITEDelete scheduled renewal configuration item via DELETE /subscriptions/{subscription_id}/scheduled_renewals/{scheduled_renewals_configuration_id}/configuration_items/{id}.json
maxio_get_api_exports_invoices_by_batch_id_jsonREADRead invoices export via GET /api_exports/invoices/{batch_id}.json
maxio_get_api_exports_invoices_by_batch_id_rows_jsonREADList exported invoices via GET /api_exports/invoices/{batch_id}/rows.json
maxio_get_api_exports_proforma_invoices_by_batch_id_jsonREADRead proforma invoices export via GET /api_exports/proforma_invoices/{batch_id}.json
maxio_get_api_exports_proforma_invoices_by_batch_id_rows_jsonREADList exported proforma invoices via GET /api_exports/proforma_invoices/{batch_id}/rows.json
maxio_get_api_exports_subscriptions_by_batch_id_jsonREADRead subscriptions export via GET /api_exports/subscriptions/{batch_id}.json
maxio_get_api_exports_subscriptions_by_batch_id_rows_jsonREADList exported subscriptions via GET /api_exports/subscriptions/{batch_id}/rows.json
maxio_get_by_resource_type_by_resource_id_metadata_jsonREADList metadata via GET /{resource_type}/{resource_id}/metadata.json
maxio_get_by_resource_type_metadata_jsonREADList metadata for resource type via GET /{resource_type}/metadata.json
maxio_get_by_resource_type_metafields_jsonREADList metafields via GET /{resource_type}/metafields.json
maxio_get_chargify_js_keys_jsonREADList chargify js public keys via GET /chargify_js_keys.json
maxio_get_components_by_component_id_features_by_id_jsonREADRead component feature via GET /components/{component_id}/features/{id}.json
maxio_get_components_by_component_id_features_jsonREADList component features via GET /components/{component_id}/features.json
maxio_get_components_by_component_id_price_points_by_price_point_id_jsonREADRead component price point via GET /components/{component_id}/price_points/{price_point_id}.json
maxio_get_components_by_component_id_price_points_by_price_point_id_segments_jsonREADList segments for price point via GET /components/{component_id}/price_points/{price_point_id}/segments.json
maxio_get_components_by_component_id_price_points_jsonREADList component price points via GET /components/{component_id}/price_points.json
maxio_get_components_jsonREADList components via GET /components.json
maxio_get_components_lookup_jsonREADFind component via GET /components/lookup.json
maxio_get_components_price_points_jsonREADList all component price points via GET /components_price_points.json
maxio_get_coupons_by_coupon_id_codes_jsonREADList coupon subcodes via GET /coupons/{coupon_id}/codes.json
maxio_get_coupons_find_jsonREADFind coupon via GET /coupons/find.json
maxio_get_coupons_jsonREADList coupons via GET /coupons.json
maxio_get_coupons_validate_jsonREADValidate coupon via GET /coupons/validate.json
maxio_get_credit_notes_by_uid_jsonREADRead credit note via GET /credit_notes/{uid}.json
maxio_get_credit_notes_jsonREADList credit notes via GET /credit_notes.json
maxio_get_customers_by_customer_id_subscriptions_jsonREADList customer subscriptions via GET /customers/{customer_id}/subscriptions.json
maxio_get_customers_by_id_jsonREADRead customer via GET /customers/{id}.json
maxio_get_customers_jsonREADList customers via GET /customers.json
maxio_get_customers_lookup_jsonREADRead customer by reference via GET /customers/lookup.json
maxio_get_endpoints_jsonREADList endpoints via GET /endpoints.json
maxio_get_events_count_jsonREADRead events count via GET /events/count.json
maxio_get_events_jsonREADList events via GET /events.json
maxio_get_features_by_id_jsonREADRead feature template via GET /features/{id}.json
maxio_get_features_jsonREADList feature templates via GET /features.json
maxio_get_invoices_by_invoice_uid_segments_jsonREADList consolidated invoice segments via GET /invoices/{invoice_uid}/segments.json
maxio_get_invoices_by_uid_jsonREADRead invoice via GET /invoices/{uid}.json
maxio_get_invoices_events_jsonREADList invoice events via GET /invoices/events.json
maxio_get_invoices_jsonREADList invoices via GET /invoices.json
maxio_get_offers_by_offer_id_jsonREADRead offer via GET /offers/{offer_id}.json
maxio_get_offers_jsonREADList offers via GET /offers.json
maxio_get_one_time_tokens_by_chargify_token_jsonREADRead one time token via GET /one_time_tokens/{chargify_token}.json
maxio_get_payment_profiles_by_payment_profile_id_jsonREADRead payment profile via GET /payment_profiles/{payment_profile_id}.json
maxio_get_payment_profiles_jsonREADList payment profiles via GET /payment_profiles.json
maxio_get_portal_customers_by_customer_id_management_link_jsonREADRead billing portal link via GET /portal/customers/{customer_id}/management_link.json
maxio_get_product_families_by_id_jsonREADRead product family via GET /product_families/{id}.json
maxio_get_product_families_by_product_family_id_components_by_component_id_jsonREADRead component via GET /product_families/{product_family_id}/components/{component_id}.json
maxio_get_product_families_by_product_family_id_components_jsonREADList components for product family via GET /product_families/{product_family_id}/components.json
maxio_get_product_families_by_product_family_id_coupons_by_coupon_id_jsonREADRead coupon via GET /product_families/{product_family_id}/coupons/{coupon_id}.json
maxio_get_product_families_by_product_family_id_coupons_by_coupon_id_usage_jsonREADRead coupon usage via GET /product_families/{product_family_id}/coupons/{coupon_id}/usage.json
maxio_get_product_families_by_product_family_id_coupons_jsonREADList coupons for product family via GET /product_families/{product_family_id}/coupons.json
maxio_get_product_families_by_product_family_id_products_jsonREADList products for product family via GET /product_families/{product_family_id}/products.json
maxio_get_product_families_jsonREADList product families via GET /product_families.json
maxio_get_products_by_product_id_features_by_id_jsonREADRead product feature via GET /products/{product_id}/features/{id}.json
maxio_get_products_by_product_id_features_jsonREADList product features via GET /products/{product_id}/features.json
maxio_get_products_by_product_id_jsonREADRead product via GET /products/{product_id}.json
maxio_get_products_by_product_id_price_points_by_price_point_id_jsonREADRead product price point via GET /products/{product_id}/price_points/{price_point_id}.json
maxio_get_products_by_product_id_price_points_jsonREADList product price points via GET /products/{product_id}/price_points.json
maxio_get_products_handle_by_api_handle_jsonREADRead product by handle via GET /products/handle/{api_handle}.json
maxio_get_products_jsonREADList products via GET /products.json
maxio_get_products_price_points_jsonREADList all product price points via GET /products_price_points.json
maxio_get_proforma_invoices_by_proforma_invoice_uid_jsonREADRead proforma invoice via GET /proforma_invoices/{proforma_invoice_uid}.json
maxio_get_reason_codes_by_reason_code_id_jsonREADRead reason code via GET /reason_codes/{reason_code_id}.json
maxio_get_reason_codes_jsonREADList reason codes via GET /reason_codes.json
maxio_get_referral_codes_validate_jsonREADValidate referral code via GET /referral_codes/validate.json
maxio_get_sellers_by_seller_id_sales_commission_settings_jsonREADList sales commission settings via GET /sellers/{seller_id}/sales_commission_settings.json
maxio_get_sellers_by_seller_id_sales_reps_by_sales_rep_id_jsonREADRead sales rep via GET /sellers/{seller_id}/sales_reps/{sales_rep_id}.json
maxio_get_sellers_by_seller_id_sales_reps_jsonREADList sales reps via GET /sellers/{seller_id}/sales_reps.json
maxio_get_site_jsonREADRead site via GET /site.json
maxio_get_stats_jsonREADRead site stats via GET /stats.json
maxio_get_subscription_groups_by_uid_jsonREADRead subscription group via GET /subscription_groups/{uid}.json
maxio_get_subscription_groups_by_uid_prepayments_jsonREADList prepayments for subscription group via GET /subscription_groups/{uid}/prepayments.json
maxio_get_subscription_groups_by_uid_proforma_invoices_jsonREADList subscription group proforma invoices via GET /subscription_groups/{uid}/proforma_invoices.json
maxio_get_subscription_groups_jsonREADList subscription groups via GET /subscription_groups.json
maxio_get_subscription_groups_lookup_jsonREADFind subscription group via GET /subscription_groups/lookup.json
maxio_get_subscriptions_by_subscription_id_account_balances_jsonREADRead account balances via GET /subscriptions/{subscription_id}/account_balances.json
maxio_get_subscriptions_by_subscription_id_advance_invoice_jsonREADRead advance invoice via GET /subscriptions/{subscription_id}/advance_invoice.json
maxio_get_subscriptions_by_subscription_id_components_by_component_id_allocations_jsonREADList allocations via GET /subscriptions/{subscription_id}/components/{component_id}/allocations.json
maxio_get_subscriptions_by_subscription_id_components_by_component_id_jsonREADRead subscription component via GET /subscriptions/{subscription_id}/components/{component_id}.json
maxio_get_subscriptions_by_subscription_id_components_jsonREADList subscription components via GET /subscriptions/{subscription_id}/components.json
maxio_get_subscriptions_by_subscription_id_entitlements_jsonREADRead subscription entitlements via GET /subscriptions/{subscription_id}/entitlements.json
maxio_get_subscriptions_by_subscription_id_events_jsonREADList subscription events via GET /subscriptions/{subscription_id}/events.json
maxio_get_subscriptions_by_subscription_id_jsonREADRead subscription via GET /subscriptions/{subscription_id}.json
maxio_get_subscriptions_by_subscription_id_notes_by_note_id_jsonREADRead subscription note via GET /subscriptions/{subscription_id}/notes/{note_id}.json
maxio_get_subscriptions_by_subscription_id_notes_jsonREADList subscription notes via GET /subscriptions/{subscription_id}/notes.json
maxio_get_subscriptions_by_subscription_id_or_reference_components_by_component_id_usages_jsonREADList usages via GET /subscriptions/{subscription_id_or_reference}/components/{component_id}/usages.json
maxio_get_subscriptions_by_subscription_id_prepayments_jsonREADList prepayments via GET /subscriptions/{subscription_id}/prepayments.json
maxio_get_subscriptions_by_subscription_id_proforma_invoices_jsonREADList proforma invoices via GET /subscriptions/{subscription_id}/proforma_invoices.json
maxio_get_subscriptions_by_subscription_id_scheduled_renewals_by_id_jsonREADRead scheduled renewal configuration via GET /subscriptions/{subscription_id}/scheduled_renewals/{id}.json
maxio_get_subscriptions_by_subscription_id_scheduled_renewals_jsonREADList scheduled renewal configurations via GET /subscriptions/{subscription_id}/scheduled_renewals.json
maxio_get_subscriptions_by_subscription_id_service_credits_list_jsonREADList service credits via GET /subscriptions/{subscription_id}/service_credits/list.json
maxio_get_subscriptions_components_jsonREADList subscription components for site via GET /subscriptions_components.json
maxio_get_subscriptions_jsonREADList subscriptions via GET /subscriptions.json
maxio_get_subscriptions_lookup_jsonREADFind subscription via GET /subscriptions/lookup.json
maxio_get_webhooks_jsonREADList webhooks via GET /webhooks.json
maxio_patch_products_by_product_id_price_points_by_price_point_id_default_jsonWRITEPromote product price point to default via PATCH /products/{product_id}/price_points/{price_point_id}/default.json
maxio_patch_products_by_product_id_price_points_by_price_point_id_unarchive_jsonWRITEUnarchive product price point via PATCH /products/{product_id}/price_points/{price_point_id}/unarchive.json
maxio_post_api_exports_invoices_jsonWRITEExport invoices via POST /api_exports/invoices.json
maxio_post_api_exports_proforma_invoices_jsonWRITEExport proforma invoices via POST /api_exports/proforma_invoices.json
maxio_post_api_exports_subscriptions_jsonWRITEExport subscriptions via POST /api_exports/subscriptions.json
maxio_post_by_resource_type_by_resource_id_metadata_jsonWRITECreate metadata via POST /{resource_type}/{resource_id}/metadata.json
maxio_post_by_resource_type_metafields_jsonWRITECreate metafields via POST /{resource_type}/metafields.json
maxio_post_components_by_component_id_features_by_id_restore_jsonWRITERestore component feature via POST /components/{component_id}/features/{id}/restore.json
maxio_post_components_by_component_id_features_jsonWRITECreate component feature via POST /components/{component_id}/features.json
maxio_post_components_by_component_id_price_points_bulk_jsonWRITEBulk create component price points via POST /components/{component_id}/price_points/bulk.json
maxio_post_components_by_component_id_price_points_by_price_point_id_clone_jsonWRITEClone component price point via POST /components/{component_id}/price_points/{price_point_id}/clone.json
maxio_post_components_by_component_id_price_points_by_price_point_id_segments_bulk_jsonWRITEBulk create segments via POST /components/{component_id}/price_points/{price_point_id}/segments/bulk.json
maxio_post_components_by_component_id_price_points_by_price_point_id_segments_jsonWRITECreate segment via POST /components/{component_id}/price_points/{price_point_id}/segments.json
maxio_post_components_by_component_id_price_points_jsonWRITECreate component price point via POST /components/{component_id}/price_points.json
maxio_post_coupons_by_coupon_id_codes_jsonWRITECreate coupon subcodes via POST /coupons/{coupon_id}/codes.json
maxio_post_customers_jsonWRITECreate customer via POST /customers.json
maxio_post_endpoints_jsonWRITECreate endpoint via POST /endpoints.json
maxio_post_event_based_billing_subscriptions_by_subscription_id_components_by_component_id_activate_jsonWRITEActivate event based component via POST /event_based_billing/subscriptions/{subscription_id}/components/{component_id}/activate.json
maxio_post_event_based_billing_subscriptions_by_subscription_id_components_by_component_id_deactivate_jsonWRITEDeactivate event based component via POST /event_based_billing/subscriptions/{subscription_id}/components/{component_id}/deactivate.json
maxio_post_events_by_api_handle_bulk_jsonWRITEBulk record events via POST /events/{api_handle}/bulk.json
maxio_post_events_by_api_handle_jsonWRITERecord event via POST /events/{api_handle}.json
maxio_post_features_by_id_restore_jsonWRITERestore feature template via POST /features/{id}/restore.json
maxio_post_features_jsonWRITECreate feature template via POST /features.json
maxio_post_invoices_by_uid_customer_information_preview_jsonWRITEPreview customer information changes via POST /invoices/{uid}/customer_information/preview.json
maxio_post_invoices_by_uid_deliveries_jsonWRITESend invoice via POST /invoices/{uid}/deliveries.json
maxio_post_invoices_by_uid_issue_jsonWRITEIssue invoice via POST /invoices/{uid}/issue.json
maxio_post_invoices_by_uid_payments_jsonWRITERecord payment for invoice via POST /invoices/{uid}/payments.json
maxio_post_invoices_by_uid_refunds_jsonWRITERefund invoice via POST /invoices/{uid}/refunds.json
maxio_post_invoices_by_uid_reopen_jsonWRITEReopen invoice via POST /invoices/{uid}/reopen.json
maxio_post_invoices_by_uid_void_jsonWRITEVoid invoice via POST /invoices/{uid}/void.json
maxio_post_invoices_payments_jsonWRITERecord payment for multiple invoices via POST /invoices/payments.json
maxio_post_offers_jsonWRITECreate offer via POST /offers.json
maxio_post_payment_profiles_jsonWRITECreate payment profile via POST /payment_profiles.json
maxio_post_portal_customers_by_customer_id_enable_jsonWRITEEnable billing portal for customer via POST /portal/customers/{customer_id}/enable.json
maxio_post_portal_customers_by_customer_id_invitations_invite_jsonWRITEResend billing portal invitation via POST /portal/customers/{customer_id}/invitations/invite.json
maxio_post_price_points_by_price_point_id_currency_prices_jsonWRITECreate currency prices via POST /price_points/{price_point_id}/currency_prices.json
maxio_post_product_families_by_product_family_id_coupons_jsonWRITECreate coupon via POST /product_families/{product_family_id}/coupons.json
maxio_post_product_families_by_product_family_id_event_based_components_jsonWRITECreate event based component via POST /product_families/{product_family_id}/event_based_components.json
maxio_post_product_families_by_product_family_id_metered_components_jsonWRITECreate metered component via POST /product_families/{product_family_id}/metered_components.json
maxio_post_product_families_by_product_family_id_on_off_components_jsonWRITECreate on off component via POST /product_families/{product_family_id}/on_off_components.json
maxio_post_product_families_by_product_family_id_prepaid_usage_components_jsonWRITECreate prepaid usage component via POST /product_families/{product_family_id}/prepaid_usage_components.json
maxio_post_product_families_by_product_family_id_products_jsonWRITECreate product via POST /product_families/{product_family_id}/products.json
maxio_post_product_families_by_product_family_id_quantity_based_components_jsonWRITECreate quantity based component via POST /product_families/{product_family_id}/quantity_based_components.json
maxio_post_product_families_jsonWRITECreate product family via POST /product_families.json
maxio_post_product_price_points_by_product_price_point_id_currency_prices_jsonWRITECreate product currency prices via POST /product_price_points/{product_price_point_id}/currency_prices.json
maxio_post_products_by_product_id_features_by_id_restore_jsonWRITERestore product feature via POST /products/{product_id}/features/{id}/restore.json
maxio_post_products_by_product_id_features_jsonWRITECreate product feature via POST /products/{product_id}/features.json
maxio_post_products_by_product_id_price_points_bulk_jsonWRITEBulk create product price points via POST /products/{product_id}/price_points/bulk.json
maxio_post_products_by_product_id_price_points_jsonWRITECreate product price point via POST /products/{product_id}/price_points.json
maxio_post_proforma_invoices_by_proforma_invoice_uid_deliveries_jsonWRITEDeliver proforma invoice via POST /proforma_invoices/{proforma_invoice_uid}/deliveries.json
maxio_post_proforma_invoices_by_proforma_invoice_uid_void_jsonWRITEVoid proforma invoice via POST /proforma_invoices/{proforma_invoice_uid}/void.json
maxio_post_reason_codes_jsonWRITECreate reason code via POST /reason_codes.json
maxio_post_sites_clear_data_jsonWRITEClear site via POST /sites/clear_data.json
maxio_post_subscription_groups_by_uid_cancel_jsonWRITECancel subscriptions in group via POST /subscription_groups/{uid}/cancel.json
maxio_post_subscription_groups_by_uid_delayed_cancel_jsonWRITEInitiate delayed cancellation for group via POST /subscription_groups/{uid}/delayed_cancel.json
maxio_post_subscription_groups_by_uid_payment_profiles_by_payment_profile_id_change_payment_profile_jsonWRITEChange subscription group default payment profile via POST /subscription_groups/{uid}/payment_profiles/{payment_profile_id}/change_payment_profile.json
maxio_post_subscription_groups_by_uid_prepayments_jsonWRITECreate subscription group prepayment via POST /subscription_groups/{uid}/prepayments.json
maxio_post_subscription_groups_by_uid_proforma_invoices_jsonWRITECreate consolidated proforma invoice via POST /subscription_groups/{uid}/proforma_invoices.json
maxio_post_subscription_groups_by_uid_reactivate_jsonWRITEReactivate subscription group via POST /subscription_groups/{uid}/reactivate.json
maxio_post_subscription_groups_by_uid_service_credit_deductions_jsonWRITEDeduct subscription group service credit via POST /subscription_groups/{uid}/service_credit_deductions.json
maxio_post_subscription_groups_by_uid_service_credits_jsonWRITEIssue subscription group service credit via POST /subscription_groups/{uid}/service_credits.json
maxio_post_subscription_groups_jsonWRITECreate subscription group via POST /subscription_groups.json
maxio_post_subscription_groups_signup_jsonWRITESignup with subscription group via POST /subscription_groups/signup.json
maxio_post_subscriptions_by_subscription_id_add_coupon_jsonWRITEApply coupons to subscription via POST /subscriptions/{subscription_id}/add_coupon.json
maxio_post_subscriptions_by_subscription_id_advance_invoice_issue_jsonWRITEIssue advance invoice via POST /subscriptions/{subscription_id}/advance_invoice/issue.json
maxio_post_subscriptions_by_subscription_id_advance_invoice_void_jsonWRITEVoid advance invoice via POST /subscriptions/{subscription_id}/advance_invoice/void.json
maxio_post_subscriptions_by_subscription_id_allocations_jsonWRITEAllocate components via POST /subscriptions/{subscription_id}/allocations.json
maxio_post_subscriptions_by_subscription_id_allocations_preview_jsonWRITEPreview allocations via POST /subscriptions/{subscription_id}/allocations/preview.json
maxio_post_subscriptions_by_subscription_id_cancel_dunning_jsonWRITECancel dunning via POST /subscriptions/{subscription_id}/cancel_dunning.json
maxio_post_subscriptions_by_subscription_id_components_by_component_id_allocations_jsonWRITEAllocate component via POST /subscriptions/{subscription_id}/components/{component_id}/allocations.json
maxio_post_subscriptions_by_subscription_id_delayed_cancel_jsonWRITEInitiate delayed cancellation via POST /subscriptions/{subscription_id}/delayed_cancel.json
maxio_post_subscriptions_by_subscription_id_group_jsonWRITEAdd subscription to group via POST /subscriptions/{subscription_id}/group.json
maxio_post_subscriptions_by_subscription_id_hold_jsonWRITEPause subscription via POST /subscriptions/{subscription_id}/hold.json
maxio_post_subscriptions_by_subscription_id_invoices_jsonWRITECreate invoice via POST /subscriptions/{subscription_id}/invoices.json
maxio_post_subscriptions_by_subscription_id_migrations_jsonWRITEMigrate subscription product via POST /subscriptions/{subscription_id}/migrations.json
maxio_post_subscriptions_by_subscription_id_migrations_preview_jsonWRITEPreview subscription product migration via POST /subscriptions/{subscription_id}/migrations/preview.json
maxio_post_subscriptions_by_subscription_id_notes_jsonWRITECreate subscription note via POST /subscriptions/{subscription_id}/notes.json
maxio_post_subscriptions_by_subscription_id_or_reference_components_by_component_id_usages_jsonWRITECreate usage via POST /subscriptions/{subscription_id_or_reference}/components/{component_id}/usages.json
maxio_post_subscriptions_by_subscription_id_payment_profiles_by_payment_profile_id_change_payment_profile_jsonWRITEChange subscription default payment profile via POST /subscriptions/{subscription_id}/payment_profiles/{payment_profile_id}/change_payment_profile.json
maxio_post_subscriptions_by_subscription_id_payments_jsonWRITERecord payment for subscription via POST /subscriptions/{subscription_id}/payments.json
maxio_post_subscriptions_by_subscription_id_prepaid_configurations_jsonWRITEUpdate prepaid subscription configuration via POST /subscriptions/{subscription_id}/prepaid_configurations.json
maxio_post_subscriptions_by_subscription_id_prepayments_by_prepayment_id_refunds_jsonWRITERefund prepayment via POST /subscriptions/{subscription_id}/prepayments/{prepayment_id}/refunds.json
maxio_post_subscriptions_by_subscription_id_prepayments_jsonWRITECreate prepayment via POST /subscriptions/{subscription_id}/prepayments.json
maxio_post_subscriptions_by_subscription_id_price_points_jsonWRITEBulk update subscription components price points via POST /subscriptions/{subscription_id}/price_points.json
maxio_post_subscriptions_by_subscription_id_price_points_reset_jsonWRITEBulk reset subscription components price points via POST /subscriptions/{subscription_id}/price_points/reset.json
maxio_post_subscriptions_by_subscription_id_proforma_invoices_jsonWRITECreate proforma invoice via POST /subscriptions/{subscription_id}/proforma_invoices.json
maxio_post_subscriptions_by_subscription_id_proforma_invoices_preview_jsonWRITEPreview proforma invoice via POST /subscriptions/{subscription_id}/proforma_invoices/preview.json
maxio_post_subscriptions_by_subscription_id_purge_jsonWRITEPurge subscription via POST /subscriptions/{subscription_id}/purge.json
maxio_post_subscriptions_by_subscription_id_renewals_preview_jsonWRITEPreview renewal via POST /subscriptions/{subscription_id}/renewals/preview.json
maxio_post_subscriptions_by_subscription_id_request_payment_profiles_update_jsonWRITESend request update payment email via POST /subscriptions/{subscription_id}/request_payment_profiles_update.json
maxio_post_subscriptions_by_subscription_id_resume_jsonWRITEResume subscription via POST /subscriptions/{subscription_id}/resume.json
maxio_post_subscriptions_by_subscription_id_scheduled_renewals_by_scheduled_renewals_configuration_id_configuration_items_jsonWRITECreate scheduled renewal configuration item via POST /subscriptions/{subscription_id}/scheduled_renewals/{scheduled_renewals_configuration_id}/configuration_items.json
maxio_post_subscriptions_by_subscription_id_scheduled_renewals_jsonWRITECreate scheduled renewal configuration via POST /subscriptions/{subscription_id}/scheduled_renewals.json
maxio_post_subscriptions_by_subscription_id_service_credit_deductions_jsonWRITEDeduct service credit via POST /subscriptions/{subscription_id}/service_credit_deductions.json
maxio_post_subscriptions_by_subscription_id_service_credits_jsonWRITEIssue service credit via POST /subscriptions/{subscription_id}/service_credits.json
maxio_post_subscriptions_jsonWRITECreate subscription via POST /subscriptions.json
maxio_post_subscriptions_preview_jsonWRITEPreview subscription via POST /subscriptions/preview.json
maxio_post_subscriptions_proforma_invoices_jsonWRITECreate signup proforma invoice via POST /subscriptions/proforma_invoices.json
maxio_post_subscriptions_proforma_invoices_preview_jsonWRITEPreview signup proforma invoice via POST /subscriptions/proforma_invoices/preview.json
maxio_post_webhooks_replay_jsonWRITEReplay webhooks via POST /webhooks/replay.json
maxio_put_bank_accounts_by_bank_account_id_verification_jsonWRITEVerify bank account via PUT /bank_accounts/{bank_account_id}/verification.json
maxio_put_by_resource_type_by_resource_id_metadata_jsonWRITEUpdate metadata via PUT /{resource_type}/{resource_id}/metadata.json
maxio_put_by_resource_type_metafields_jsonWRITEUpdate metafield via PUT /{resource_type}/metafields.json
maxio_put_components_by_component_id_features_by_id_jsonWRITEUpdate component feature via PUT /components/{component_id}/features/{id}.json
maxio_put_components_by_component_id_jsonWRITEUpdate component via PUT /components/{component_id}.json
maxio_put_components_by_component_id_price_points_by_price_point_id_default_jsonWRITEPromote component price point to default via PUT /components/{component_id}/price_points/{price_point_id}/default.json
maxio_put_components_by_component_id_price_points_by_price_point_id_jsonWRITEUpdate component price point via PUT /components/{component_id}/price_points/{price_point_id}.json
maxio_put_components_by_component_id_price_points_by_price_point_id_segments_bulk_jsonWRITEBulk update segments via PUT /components/{component_id}/price_points/{price_point_id}/segments/bulk.json
maxio_put_components_by_component_id_price_points_by_price_point_id_segments_by_id_jsonWRITEUpdate segment via PUT /components/{component_id}/price_points/{price_point_id}/segments/{id}.json
maxio_put_components_by_component_id_price_points_by_price_point_id_unarchive_jsonWRITEUnarchive component price point via PUT /components/{component_id}/price_points/{price_point_id}/unarchive.json
maxio_put_coupons_by_coupon_id_codes_jsonWRITEUpdate coupon subcodes via PUT /coupons/{coupon_id}/codes.json
maxio_put_coupons_by_coupon_id_currency_prices_jsonWRITECreate or update coupon currency prices via PUT /coupons/{coupon_id}/currency_prices.json
maxio_put_customers_by_id_jsonWRITEUpdate customer via PUT /customers/{id}.json
maxio_put_endpoints_by_endpoint_id_jsonWRITEUpdate endpoint via PUT /endpoints/{endpoint_id}.json
maxio_put_features_by_id_jsonWRITEUpdate feature template via PUT /features/{id}.json
maxio_put_invoices_by_uid_customer_information_jsonWRITEUpdate customer information via PUT /invoices/{uid}/customer_information.json
maxio_put_offers_by_offer_id_archive_jsonWRITEArchive offer via PUT /offers/{offer_id}/archive.json
maxio_put_offers_by_offer_id_unarchive_jsonWRITEUnarchive offer via PUT /offers/{offer_id}/unarchive.json
maxio_put_payment_profiles_by_payment_profile_id_jsonWRITEUpdate payment profile via PUT /payment_profiles/{payment_profile_id}.json
maxio_put_price_points_by_price_point_id_currency_prices_jsonWRITEUpdate currency prices via PUT /price_points/{price_point_id}/currency_prices.json
maxio_put_product_families_by_product_family_id_components_by_component_id_jsonWRITEUpdate product family component via PUT /product_families/{product_family_id}/components/{component_id}.json
maxio_put_product_families_by_product_family_id_coupons_by_coupon_id_jsonWRITEUpdate coupon via PUT /product_families/{product_family_id}/coupons/{coupon_id}.json
maxio_put_product_price_points_by_product_price_point_id_currency_prices_jsonWRITEUpdate product currency prices via PUT /product_price_points/{product_price_point_id}/currency_prices.json
maxio_put_products_by_product_id_features_by_id_jsonWRITEUpdate product feature via PUT /products/{product_id}/features/{id}.json
maxio_put_products_by_product_id_jsonWRITEUpdate product via PUT /products/{product_id}.json
maxio_put_products_by_product_id_price_points_by_price_point_id_jsonWRITEUpdate product price point via PUT /products/{product_id}/price_points/{price_point_id}.json
maxio_put_reason_codes_by_reason_code_id_jsonWRITEUpdate reason code via PUT /reason_codes/{reason_code_id}.json
maxio_put_subscription_groups_by_uid_jsonWRITEUpdate subscription group members via PUT /subscription_groups/{uid}.json
maxio_put_subscriptions_by_subscription_id_activate_jsonWRITEActivate subscription via PUT /subscriptions/{subscription_id}/activate.json
maxio_put_subscriptions_by_subscription_id_components_by_component_id_allocations_by_allocation_id_jsonWRITEUpdate prepaid usage allocation expiration date via PUT /subscriptions/{subscription_id}/components/{component_id}/allocations/{allocation_id}.json
maxio_put_subscriptions_by_subscription_id_hold_jsonWRITEUpdate automatic subscription resumption via PUT /subscriptions/{subscription_id}/hold.json
maxio_put_subscriptions_by_subscription_id_invoices_by_uid_jsonWRITEUpdate invoice via PUT /subscriptions/{subscription_id}/invoices/{uid}.json
maxio_put_subscriptions_by_subscription_id_jsonWRITEUpdate subscription via PUT /subscriptions/{subscription_id}.json
maxio_put_subscriptions_by_subscription_id_notes_by_note_id_jsonWRITEUpdate subscription note via PUT /subscriptions/{subscription_id}/notes/{note_id}.json
maxio_put_subscriptions_by_subscription_id_override_jsonWRITEOverride subscription via PUT /subscriptions/{subscription_id}/override.json
maxio_put_subscriptions_by_subscription_id_reactivate_jsonWRITEReactivate subscription via PUT /subscriptions/{subscription_id}/reactivate.json
maxio_put_subscriptions_by_subscription_id_retry_jsonWRITERetry subscription via PUT /subscriptions/{subscription_id}/retry.json
maxio_put_subscriptions_by_subscription_id_scheduled_renewals_by_id_cancel_jsonWRITECancel scheduled renewal configuration via PUT /subscriptions/{subscription_id}/scheduled_renewals/{id}/cancel.json
maxio_put_subscriptions_by_subscription_id_scheduled_renewals_by_id_immediate_lock_in_jsonWRITELock in scheduled renewal immediately via PUT /subscriptions/{subscription_id}/scheduled_renewals/{id}/immediate_lock_in.json
maxio_put_subscriptions_by_subscription_id_scheduled_renewals_by_id_jsonWRITEUpdate scheduled renewal configuration via PUT /subscriptions/{subscription_id}/scheduled_renewals/{id}.json
maxio_put_subscriptions_by_subscription_id_scheduled_renewals_by_id_schedule_lock_in_jsonWRITESchedule scheduled renewal lock in via PUT /subscriptions/{subscription_id}/scheduled_renewals/{id}/schedule_lock_in.json
maxio_put_subscriptions_by_subscription_id_scheduled_renewals_by_id_unpublish_jsonWRITEUnpublish scheduled renewal configuration via PUT /subscriptions/{subscription_id}/scheduled_renewals/{id}/unpublish.json
maxio_put_subscriptions_by_subscription_id_scheduled_renewals_by_scheduled_renewals_configuration_id_configuration_items_by_id_jsonWRITEUpdate scheduled renewal configuration item via PUT /subscriptions/{subscription_id}/scheduled_renewals/{scheduled_renewals_configuration_id}/configuration_items/{id}.json
maxio_put_webhooks_settings_jsonWRITEEnable webhooks via PUT /webhooks/settings.json
Put Maxio Advanced Billing behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.