OAuth Billing

List developer OAuth billing reservations

Requires business auth with business:manage_developer_settings.

get/v3/developer/oauth-billing/reservations

Query parameters

page_sizeinteger

Cursor page size.

next_cursorstring

Opaque cursor for the next page.

previous_cursorstring

Opaque cursor for the previous page.

oauth_application_idinteger

Filter by OAuth application ID.

oauth_authorized_business_idinteger

Filter by OAuth authorized business/install ID.

merchant_business_idinteger

Filter by merchant business ID.

billing_tagstring

Filter by OAuth billing tag.

action_keystring

Filter by OAuth billing action key.

billing_statusstring

Filter by reservation billing status.

billing_idempotency_keystring

Filter by billing idempotency key.

Response

OAuth billing reservation collection

is_paginatedtrue required
has_nextboolean
has_previousboolean
next_cursorstring nullable
previous_cursorstring nullable
page_sizeinteger

Example response

{
  "is_paginated": true
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.