Skip to main content

Get all organization transactions

GET 

/api/organization/transaction

Returns all organization transactions

Request

Query Parameters

    page integer

    Possible values: >= 1

    Page number

    per_page integer

    Possible values: >= 1 and <= 100

    Number of items per page

Responses

Successful operation

Schema
    items object[]required

    An array of organization transactions.

  • Array [
  • id uuidrequired

    The unique identifier of the organization transaction.

    created_at_utc date-timerequired

    The creation time of the organization transaction.

    amount objectrequired

    Amount object

    value stringrequired

    The value of the amount.

    currency stringrequired

    The currency of the amount.

    campaign_id uuidrequired

    The unique identifier of the campaign.

    details stringrequired

    The details of the organization transaction.

  • ]
  • total integerrequired

    The total number of organization transactions.

Loading...