Skip to content

Instantly share code, notes, and snippets.

@schorschii
Last active July 1, 2024 15:47
Show Gist options
  • Save schorschii/523be719300bba26001c5cdcfe899dff to your computer and use it in GitHub Desktop.
Save schorschii/523be719300bba26001c5cdcfe899dff to your computer and use it in GitHub Desktop.
Github Sponsorship Webhook Example (when a new sponsorship was created)
{
"action": "created",
"sponsorship": {
"node_id": "xxx",
"created_at": "2024-06-14T15:34:44+00:00",
"sponsorable": {
"login": "<github-username>",
"id": 123,
"node_id": "xxx",
"avatar_url": "xxx",
"gravatar_id": "",
"url": "xxx",
"html_url": "xxx",
"followers_url": "xxx",
"following_url": "xxx",
"gists_url": "xxx",
"starred_url": "xxx",
"subscriptions_url": "xxx",
"organizations_url": "xxx",
"repos_url": "xxx",
"events_url": "xxx",
"received_events_url": "xxx",
"type": "User",
"site_admin": false
},
"maintainer": {
"login": "<github-username>",
"id": 123,
"node_id": "xxx",
"avatar_url": "xxx",
"gravatar_id": "",
"url": "xxx",
"html_url": "xxx",
"followers_url": "xxx",
"following_url": "xxx",
"gists_url": "xxx",
"starred_url": "xxx",
"subscriptions_url": "xxx",
"organizations_url": "xxx",
"repos_url": "xxx",
"events_url": "xxx",
"received_events_url": "xxx",
"type": "User",
"site_admin": false
},
"sponsor": {
"login": "<github-username>",
"id": 456,
"node_id": "xxx",
"avatar_url": "xxx",
"gravatar_id": "",
"url": "xxx",
"html_url": "xxx",
"followers_url": "xxx",
"following_url": "xxx",
"gists_url": "xxx",
"starred_url": "xxx",
"subscriptions_url": "xxx",
"organizations_url": "xxx",
"repos_url": "xxx",
"events_url": "xxx",
"received_events_url": "xxx",
"type": "User",
"site_admin": false
},
"privacy_level": "private",
"tier": {
"node_id": "xxx",
"created_at": "2024-06-14T15:34:44Z",
"description": "",
"monthly_price_in_cents": 500,
"monthly_price_in_dollars": 5,
"name": "$5 one time",
"is_one_time": true,
"is_custom_amount": true
}
},
"sender": {
"login": "xxx",
"id": 456,
"node_id": "xxx",
"avatar_url": "xxx",
"gravatar_id": "",
"url": "xxx",
"html_url": "xxx",
"followers_url": "xxx",
"following_url": "xxx",
"gists_url": "xxx",
"starred_url": "xxx",
"subscriptions_url": "xxx",
"organizations_url": "xxx",
"repos_url": "xxx",
"events_url": "xxx",
"received_events_url": "xxx",
"type": "User",
"site_admin": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment