discourse/plugins/discourse-patreon/spec/fixtures/member.json
2025-07-15 16:38:05 +02:00

97 lines
2.2 KiB
JSON
Vendored

{
"data": {
"attributes": {
"currently_entitled_amount_cents": null,
"full_name": "Platform",
"is_follower": true,
"last_charge_date": null,
"last_charge_status": null,
"lifetime_support_cents": 0,
"note": "",
"patron_status": null,
"pledge_relationship_start": null
},
"id": "d485d5ac-6c82-42c6-9c08-c50cf01b73d7",
"relationships": {
"address": {
"data": null
},
"campaign": {
"data": {
"id": "123456",
"type": "campaign"
}
},
"currently_entitled_tiers": {
"data": []
},
"user": {
"data": {
"id": "987654321",
"type": "user"
}
}
},
"type": "member"
},
"included": [
{
"attributes": {
"about": "sample text about",
"created": "2015-01-15T07:25:51+00:00",
"email": "roo@aar.com",
"facebook": null,
"first_name": "Roo",
"full_name": "Roo Aar",
"gender": 1,
"image_url": "",
"is_email_verified": true,
"last_name": "Aar",
"social_connections": {
"deviantart": null,
"discord": null,
"facebook": null,
"spotify": null,
"twitch": null,
"twitter": null,
"youtube": null
},
"thumb_url": "",
"twitch": null,
"twitter": "roo",
"url": "https://www.patreon.com/foo",
"vanity": "roo",
"youtube": null
},
"id": "987654321",
"type": "user"
},
{
"attributes": {
"amount": 1,
"amount_cents": 1,
"created_at": null,
"description": "Patrons Only",
"id": "999999",
"remaining": 0,
"requires_shipping": false,
"type": "reward",
"url": null,
"user_limit": null
},
"id": "999999",
"relationships": {
"creator": {
"data": {
"id": "1111111",
"type": "user"
},
"links": {
"related": "https://www.patreon.com/api/user/1111111"
}
}
},
"type": "reward"
}
]
}