Donators

Get Campaigns Donators

Get Campaigns Donators

GET /dashboard/campaigns/donators

Query Parameters

Name
Type
Description

q

String

Parameter for search donators based on string

campaigns

String

Parameter for filtering donators based on campaigns

per_page

Integer

Parameter for limit how much data per page

page

Integer

Parameter for change page

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization*

String

Your admin bearer Token

{
    "data": [
        {
            "id": "19fe08e7-ceea-44d2-9f80-169e8dfcc7ff",
            "is_anonymous": 0,
            "name": "Khalid",
            "email": "[email protected]",
            "subtotal": "100000.00",
            "transaction_fee": "7500.00",
            "total": "107500.00",
            "amount": "100000.00",
            "is_transaction_fee_covered": 0,
            "avatar": null,
            "campaign_title": "Peduli apsa",
            "campaign_cover": "https://minio-s3.dev.embrio.id/munio/uploads/public/658/d84/ea9/658d84ea91944339351127.png",
            "campaign_categories": [
                "Bantuan",
                "Pelayanan"
            ],
            "updated_at": "2024-01-04T06:38:47.000000Z",
            "payment_method": "SHOPEEPAY"
        },
        {
            "id": "48b41a72-b7f8-4f57-a76b-8afe35958f37",
            "is_anonymous": 0,
            "name": "Khalid",
            "email": "[email protected]",
            "subtotal": "10000.00",
            "transaction_fee": "7500.00",
            "total": "17500.00",
            "amount": "10000.00",
            "is_transaction_fee_covered": 0,
            "avatar": null,
            "campaign_title": "Peduli apsa",
            "campaign_cover": "https://minio-s3.dev.embrio.id/munio/uploads/public/658/d84/ea9/658d84ea91944339351127.png",
            "campaign_categories": [
                "Bantuan",
                "Pelayanan"
            ],
            "updated_at": "2024-01-03T07:18:42.000000Z",
            "payment_method": "SHOPEEPAY"
        },
        {
            "id": "0c35f305-91d2-4e91-8eaf-5fb485b9cac5",
            "is_anonymous": 0,
            "name": "Khalid",
            "email": "[email protected]",
            "subtotal": "10000.00",
            "transaction_fee": "7500.00",
            "total": "17500.00",
            "amount": "10000.00",
            "is_transaction_fee_covered": 0,
            "avatar": null,
            "campaign_title": "Peduli apa",
            "campaign_cover": "https://minio-s3.dev.embrio.id/munio/uploads/public/658/be3/3d2/658be33d28207843940483.png",
            "campaign_categories": [
                "Bantuan",
                "Pelayanan"
            ],
            "updated_at": "2023-12-28T15:07:15.000000Z",
            "payment_method": "SHOPEEPAY"
        },
        {
            "id": "506a8768-ea77-4526-bc71-b276086106cb",
            "is_anonymous": 0,
            "name": "Khalid",
            "email": "[email protected]",
            "subtotal": "10000.00",
            "transaction_fee": "7500.00",
            "total": "17500.00",
            "amount": "10000.00",
            "is_transaction_fee_covered": 0,
            "avatar": null,
            "campaign_title": "Peduli apa",
            "campaign_cover": "https://minio-s3.dev.embrio.id/munio/uploads/public/658/be3/3d2/658be33d28207843940483.png",
            "campaign_categories": [
                "Bantuan",
                "Pelayanan"
            ],
            "updated_at": "2023-12-28T15:04:11.000000Z",
            "payment_method": "SHOPEEPAY"
        }
    ],
    "meta": {
        "pagination": {
            "total": 4,
            "count": 4,
            "per_page": 10,
            "current_page": 1,
            "total_pages": 1,
            "links": {}
        }
    }
}

Get Donator Detail

Get Campaigns Donator Detail

GET /dashboard/campaigns/donators/{id}

Path Parameters

Name
Type
Description

id*

String

Id of the donators

Headers

Name
Type
Description

Client-Key*

String

Your client Key

Authorization*

String

Update Category

Last updated