---
title: "List available OAuth billing actions"
method: GET
path: "/v3/developer/oauth-billing/actions"
tags: ["OAuth Billing"]
---

# List available OAuth billing actions

`GET /v3/developer/oauth-billing/actions`

Requires business auth with `business:manage_developer_settings`.

## Response `200`

OAuth billing action collection

- OAuthBillingActionCollectionResponseBody
  - `data` OAuthBillingAction[], required
    - `action_key` string, required
    - `label` string, required
    - `description` string, required
    - `endpoint_templates` string[], required
    - `required_scopes` string[], required
    - `reservation_required` boolean, required
    - `capture_rule` string, required
  - `is_paginated` false, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/4354959d76dc/schema)
