Skip to main content
GET
/
v3
/
developer
/
oauth-billing
/
actions
List available OAuth billing actions
curl --request GET \
  --url https://api.scalev.com/v3/developer/oauth-billing/actions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "action_key": "<string>",
      "label": "<string>",
      "description": "<string>",
      "endpoint_templates": [
        "<string>"
      ],
      "required_scopes": [
        "<string>"
      ],
      "reservation_required": true,
      "capture_rule": "<string>"
    }
  ],
  "is_paginated": false
}

Authorizations

Authorization
string
header
required

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

Response

OAuth billing action collection

data
object[]
required
is_paginated
enum<boolean>
required
Available options:
false