Enumeration: PatreonOauthScope
Defined in: rest/v2/oauth2/scopes.ts:6
Enumeration Members
CampaignMembers
CampaignMembers:
"campaigns.members"
Defined in: rest/v2/oauth2/scopes.ts:33
Provides read access to data about a campaign’s members. See the /members endpoint documentation for details about what data is available. Also allows the same information to be sent via webhooks created by your client.
CampaignMembersAdress
CampaignMembersAdress:
"campaigns.members.address"
Defined in: rest/v2/oauth2/scopes.ts:43
Provides read access to the member’s address, if an address was collected in the pledge flow. Also allows the same information to be sent via webhooks created by your client.
CampaignMembersEmail
CampaignMembersEmail:
"campaigns.members[email]"
Defined in: rest/v2/oauth2/scopes.ts:38
Provides read access to the member’s email. Also allows the same information to be sent via webhooks created by your client.
CampaignPosts
CampaignPosts:
"campaigns.posts"
Defined in: rest/v2/oauth2/scopes.ts:47
Provides read access to the posts on a campaign.
Campaigns
Campaigns:
"campaigns"
Defined in: rest/v2/oauth2/scopes.ts:27
Provides read access to basic campaign data. See the /campaign endpoint documentation for details about what data is available.
Identity
Identity:
"identity"
Defined in: rest/v2/oauth2/scopes.ts:11
Provides read access to data about the user. See the /identity endpoint documentation for details about what data is available.
IdentityEmail
IdentityEmail:
"identity[email]"
Defined in: rest/v2/oauth2/scopes.ts:16
Provides read access to the user’s email.
IdentityMemberships
IdentityMemberships:
"identity.memberships"
Defined in: rest/v2/oauth2/scopes.ts:21
Provides read access to the user’s memberships.
ManageCampaignWebhooks
ManageCampaignWebhooks:
"w:campaigns.webhook"
Defined in: rest/v2/oauth2/scopes.ts:51
Provides read, write, update, and delete access to the campaign’s webhooks created by the client.