{"info":{"_postman_id":"94566110-97c6-4a54-ae0d-473ffc55a589","name":"RallyUp REST API v2","description":"<html><head></head><body><p>RallyUp's REST API version 1 provides two basic functionalities:</p>\n<ol>\n<li>Giving organizations easy access to their data in RallyUp to integrate with other data sources and data management software</li>\n<li>Giving partners the ability to integrate basic functionalities of RallyUp within their own software</li>\n</ol>\n<h1 id=\"authentication\">Authentication</h1>\n<p>API calls require an authorization token to be passed as a Bearer token in the header. These tokens expire in 7 days, and can be generated via a call to the /v1/token endpoint with your organizational API credentials. Organizational API credentials are issued to organizations on a case-by-case basis. Contact RallyUp staff at <a href=\"mailto:support@rallyup.com\">support@rallyup.com</a> with your organization's name and purpose for using the API to get started.</p>\n<h1 id=\"response\">Response</h1>\n<p>Responses contain a <strong>Result</strong> object received from the API call.</p>\n<p>Responses from the RallyUp API use the following status codes:</p>\n<p><strong>200 OK</strong> –  Request was successful  </p>\n<p><strong>204 No Content</strong> – There is no data to return on the request   </p>\n<p><strong>400 Bad Request</strong> - The server could not understand the request due to invalid syntax</p>\n<p><strong>401 Unauthorized</strong> - Client not authenticated for requested response </p>\n<p><strong>403 Forbidden</strong> – Client does not have access rights to the content </p>\n<p><strong>404 Not Found</strong> - The server can not find the requested resource </p>\n<p><strong>405 Not Allowed</strong> - The request method is known by the server but has been disabled and cannot be used </p>\n<p><strong>500 Internal Server Error</strong> - The server has encountered a situation it doesn't know how to handle </p>\n<p><strong>503 Service Unavailable</strong> - The server is not ready to handle the request </p>\n<h1 id=\"pagination\">Pagination</h1>\n<p>The /v1 endpoints below return paginated results. In this case, the results will contain a <strong>paginated object</strong>, containing the following information:\n<strong>Items</strong>, <strong>Count</strong>, <strong>PageIndex</strong>, <strong>PageSize</strong>, <strong>TotalCount</strong>, <strong>TotalPages</strong>, <strong>HasPreviousPage</strong>, <strong>HasNextPage</strong>.</p>\n<p><strong>Items</strong> is an array of objects returned with the API call.</p>\n<p><strong>Count</strong> is the number of results returned on the current page (i.e., the length of <strong>Items</strong>).</p>\n<p><strong>PageIndex</strong> is the page number of the current page.</p>\n<p><strong>PageSize</strong> is the maximum number of results per page.</p>\n<p><strong>TotalCount</strong> is the total number of results that match the request criteria (i.e., the sum of <strong>Count</strong> for all pages)</p>\n<p><strong>TotalPages</strong> is the total number of pages that contain results.</p>\n<p><strong>HasPreviousPage</strong>/<strong>HasNextPage</strong> are booleans that represents if there is a previous/next page.</p>\n<p>The /v3 endpoints below will return an array of objects (the equivalent of the \"Items\" array from the /v1 endpoints).</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Response","slug":"response"},{"content":"Pagination","slug":"pagination"}],"owner":"4028925","collectionId":"94566110-97c6-4a54-ae0d-473ffc55a589","publishedId":"TzCJdoNp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"272756"},"publishDate":"2023-08-25T19:02:41.000Z"},"item":[{"name":"/v1/token","id":"602909dd-f838-4037-a8c1-98168746c5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user-email","value":"{{RallyUp user's email}}","description":"<p>If specified, this user will be identified with the authorization token and set as the author of any API calls made with the token</p>\n"},{"key":"user-password","value":"{{RallyUp user's password}}","description":"<p>The password to the user's RallyUp account. Required if user-email is specified.</p>\n"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","description":"<p>Required grant_type for authorization</p>\n","type":"text"},{"key":"username","value":"{{Organization API Login}}","description":"<p>Your organization's login user name received from your organizational api credentials</p>\n","type":"text"},{"key":"password","value":"{{Organization API Secret}}","description":"<p>Your organization's api secret from your organizational api credentials. We recommend that this isn't hard-coded into your api calls when retrieving a new token.</p>\n","type":"text"}]},"url":"https://go.rallyup.com/v1/token","description":"<p>Retrieve an authorization token to be passed for authentication in other API calls</p>\n","urlObject":{"protocol":"https","path":["v1","token"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"2d29b992-3e8c-49de-a538-19d384e80e81","name":"Default","originalRequest":{"method":"POST","header":[{"key":"user-email","value":"USER_EMAIL","description":"Email associated with user account"},{"key":"user-password","value":"USER_PASSWORD","description":"Password associated with user account"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","description":"Required grant_type for authorization","type":"text"},{"key":"username","value":"XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","description":"Your organization's login name received from your organizational api credentials","type":"text"},{"key":"password","value":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXX","description":"Your organization's login secret received from your organizational api credentials","type":"text"}]},"url":"https://go.rallyup.com/v1/token"},"code":200,"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"602909dd-f838-4037-a8c1-98168746c5ae"},{"name":"/v2/api/version","id":"9f4e1dc3-6fa0-4a79-905e-94e3abddb155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v2/api/version","description":"<p>Check the authorization and version of the API</p>\n","urlObject":{"protocol":"https","path":["v2","api","version"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"4816e640-2f0c-4389-8a30-4f9d6b7b345e","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token"}],"url":"https://go.rallyup.com/v1/api/version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Version\": \"1.0.0\",\n        \"ReleasedAt\": \"2018/03/13 00:00:00\",\n        \"IdentityType\": \"RallyUpIdentity\",\n        \"UserName\": \"ab4333e7-648b-4294-a45c-baf5fd24edf9\",\n        \"AuthenticationType\": \"ExternalBearer\",\n        \"IsAuthenticated\": true,\n        \"Name\": \"ab4333e7-648b-4294-a45c-baf5fd24edf9\",\n        \"Roles\": [\n            \"ApiUser\"\n        ]\n    },\n    \"Ok\": true,\n    \"Error\": null,\n    \"Metadata\": {}\n}"}],"_postman_id":"9f4e1dc3-6fa0-4a79-905e-94e3abddb155"},{"name":"/v2/api/finduser/{user_email}","id":"9b69faa1-d399-4c35-a175-a435ea9fe585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v2/api/finduser/{user_email}","description":"<p>Find and retrieve information on a RallyUp user by their email address</p>\n","urlObject":{"protocol":"https","path":["v2","api","finduser","{user_email}"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"e53c0438-fe6e-42c2-be1a-ecd0fedc13e1","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":"https://go.rallyup.com/v1/api/finduser/jimmy@rallyup.com"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Addresses\": null,\n        \"CreatedDate\": \"2017/08/08 17:47:33\",\n        \"UpdatedDate\": \"2018/03/19 21:23:46\",\n        \"IsInactive\": false,\n        \"HasPassword\": true,\n        \"UserId\": 4968,\n        \"Email\": \"jimmy@rallyup.com\",\n        \"FirstName\": \"Jimmy\",\n        \"LastName\": \"Yao\",\n        \"Phone\": null\n    },\n    \"Ok\": true,\n    \"Error\": null,\n    \"Metadata\": {}\n}"}],"_postman_id":"9b69faa1-d399-4c35-a175-a435ea9fe585"},{"name":"/v2/api/campaign/{campaignId}","id":"7e75f316-7da6-4c1a-8045-5b8be8f1bac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v2/api/campaign/{campaignId}","description":"<p>Retreieve a campaign in RallyUp by its ID</p>\n","urlObject":{"protocol":"https","path":["v2","api","campaign","{campaignId}"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"f10c37c1-c027-4c20-9477-80c347ba9b4f","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":"https://go.rallyup.com/v1/api/campaign/1144"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Id\": 1144,\n        \"Name\": \"Sale for API\",\n        \"Url\": \"https://go.rallyup.com/eae009\",\n        \"CampaignSetupUrl\": \"https://go.rallyup.com/Campaigns/Setup/eae009\",\n        \"CampaignStatus\": \"Started\",\n        \"StartDateUtc\": \"2018/03/27 17:07:44\",\n        \"EndDateUtc\": \"2018/09/28 07:59:00\",\n        \"AmountRaised\": 100,\n        \"AmountRaisedInPeriod\": 0,\n        \"AmountGoal\": 100,\n        \"GoalPeriod\": null,\n        \"TotalViews\": 1,\n        \"TotalSupporters\": 1,\n        \"ImageURL\": \"https://s3.amazonaws.com/rallyup-campaigns/1234321.jpg\"\n    },\n    \"Ok\": true,\n    \"Error\": null,\n    \"Metadata\": {}\n}"}],"_postman_id":"7e75f316-7da6-4c1a-8045-5b8be8f1bac7"},{"name":"/v2/api/listcampaigns","id":"ce54666b-8f0f-4259-b90f-06164201922d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v2/api/listcampaigns","description":"<p>Retrieve a list of all campaigns that your organization is running in RallyUp</p>\n","urlObject":{"protocol":"https","path":["v2","api","listcampaigns"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"37d1e070-ba94-4bb0-ae64-111bf32f5628","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":"https://go.rallyup.com/v1/api/listcampaigns"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Items\": [\n            {\n                \"Id\": 1144,\n                \"Name\": \"Sale for API\",\n                \"Url\": \"https://go.rallyup.com/eae009\",\n                \"CampaignSetupUrl\": \"https://go.rallyup.com/Campaigns/Setup/eae009\",\n                \"CampaignStatus\": \"Started\",\n                \"StartDateUtc\": \"2018/03/27 17:07:44\",\n                \"EndDateUtc\": \"2018/09/28 07:59:00\",\n                \"AmountRaised\": 100,\n                \"AmountRaisedInPeriod\": 0,\n                \"AmountGoal\": 100,\n                \"GoalPeriod\": null,\n                \"TotalViews\": 1,\n                \"TotalSupporters\": 1,\n                \"ImageURL\": \"https://s3.amazonaws.com/rallyup-campaigns/1234321.jpg\"\n            },\n            ...\n            ,\n            {\n                \"Id\": 1132,\n                \"Name\": \"Sweepstakes for API\",\n                \"Url\": \"https://go.rallyup.com/7ebd82\",\n                \"CampaignSetupUrl\": \"https://go.rallyup.com/7ebd82\",\n                \"CampaignStatus\": \"Started\",\n                \"StartDateUtc\": \"2018/03/21 18:29:15\",\n                \"EndDateUtc\": \"2018/09/27 07:59:00\",\n                \"AmountRaised\": 342,\n                \"AmountRaisedInPeriod\": 0,\n                \"AmountGoal\": 123123,\n                \"GoalPeriod\": null,\n                \"TotalViews\": 1,\n                \"TotalSupporters\": 1,\n                \"ImageURL\": \"https://s3.amazonaws.com/rallyup-campaigns/1234321.jpg\"\n            }\n        ],\n        \"Count\": 8,\n        \"PageIndex\": 1,\n        \"PageSize\": 100,\n        \"TotalCount\": 8,\n        \"TotalPages\": 1,\n        \"HasPreviousPage\": false,\n        \"HasNextPage\": false\n    },\n    \"Ok\": true,\n    \"Error\": null,\n    \"Metadata\": {}\n}"}],"_postman_id":"ce54666b-8f0f-4259-b90f-06164201922d"},{"name":"/v2/api/listdonations","id":"23a49f27-db25-4672-9d5b-22aabca83082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v2/api/listdonations?campaignid={{Campaign ID}}&startDate={{Start Date}}&endDate={{End Date}}","description":"<p>Retrieve a paginated list of all donations made to your organization</p>\n","urlObject":{"protocol":"https","path":["v2","api","listdonations"],"host":["go","rallyup","com"],"query":[{"description":{"content":"<p>The ID of the campaign to retrieve donations from</p>\n","type":"text/plain"},"key":"campaignid","value":"{{Campaign ID}}"},{"description":{"content":"<p>Optional. If a date is specified here, only donations made on or after this date will be returned. Format: \"YYYY-MM-DD\"</p>\n","type":"text/plain"},"key":"startDate","value":"{{Start Date}}"},{"description":{"content":"<p>Optional. If a date is specified here, only donations made on or before this date will be returned. Format: \"YYYY-MM-DD\"</p>\n","type":"text/plain"},"key":"endDate","value":"{{End Date}}"}],"variable":[]}},"response":[{"id":"a135caee-5007-4ace-bbee-803f111c1144","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":{"raw":"https://go.rallyup.com/v2/api/listdonations?campaignid=1144&startDate=2017-03-01&endDate=2017-03-31","protocol":"https","host":["go","rallyup","com"],"path":["v2","api","listdonations"],"query":[{"key":"campaignid","value":"1144","description":"The ID of the campaign to retrieve donations from"},{"key":"startDate","value":"2017-03-01"},{"key":"endDate","value":"2017-03-31"}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Items\": [\n            {\n                \"CampaignId\": 1144,\n                \"IsRecurring\": false,\n                \"CampaignName\": \"Sale for API\",\n                \"CampaignType\": \"Sale\",\n                \"Status\": \"Paid\",\n                \"PaymentType\": \"CreditCard\",\n                \"CreditCardLast4\": \"4242\",\n                \"CreditCardType\": \"Visa\",\n                \"Source\": \"RallyUp\",\n                \"FundCode\": null,\n                \"AgreementInfo\": \"not provided\",\n                \"SpecialInstructions\": null,\n                \"Causes\": [],\n                \"CustomFields\": [],\n                \"Items\": [\n                    {\n                        \"ItemId\": 47,\n                        \"Name\": \"Item Number 1\",\n                        \"Quantity\": 4,\n                        \"Type\": \"SaleItem\",\n                        \"Price\": 15\n                    },\n                    {\n                        \"ItemId\": 48,\n                        \"Name\": \"Item Number 2\",\n                        \"Quantity\": 2,\n                        \"Type\": \"SaleItem\",\n                        \"Price\": 20\n                    }\n                ],\n                \"RecurrencePeriod\": null,\n                \"IsRefunded\": false,\n                \"RefundReason\": null,\n                \"RefundDate\": null,\n                \"RecurringEndDate\": null,\n                \"TransactionId\": 989,\n                \"TransactionCreatedDate\": \"2018/03/27 17:11:45\",\n                \"TransactionUpdatedDate\": \"2018/03/27 17:11:47\",\n                \"TransactionGrossAmount\": \"$101.00\",\n                \"TransactionNetAmount\": \"$93.77\",\n                \"AthonAmount\": null,\n\t\t\t\t\"AuctionAmount\": null,\n\t\t\t\t\"CrowdfundingAmount\": null,\n\t\t\t\t\"TicketingAmount\": null,\n\t\t\t\t\"RaffleAmount\": null,\n\t\t\t\t\"SaleAmount\": 35,\n\t\t\t\t\"SweepstakesAmount\": null,\n\t\t\t\t\"GeneralDonationAmount\": null,\n\t\t\t\t\"AthonFee\": null,\n\t\t\t\t\"AuctionFee\": null,\n\t\t\t\t\"CrowdfundingFee\": null,\n\t\t\t\t\"TicketingFee\": null,\n\t\t\t\t\"RaffleFee\": null,\n\t\t\t\t\"SaleFee\": null,\n\t\t\t\t\"SweepstakesFee\": null,\n\t\t\t\t\"GeneralDonationFee\": null,\n\t\t\t\t\"NetDeductibleAmount\": 93.77,\n                \"MailingAddress\": {\n                    \"MailingFirstName\": \"Jimmy\",\n                    \"MailingLastName\": \"Yao\",\n                    \"Address1\": \"7650 E. Broadway Blvd\",\n                    \"Address2\": \"Suite 203\",\n                    \"City\": \"Tucson\",\n                    \"State\": \"AZ\",\n                    \"Country\": \"United States\",\n                    \"ZipCode\": \"85710\",\n                    \"Phone\": \"5205555555\"\n                },\n                \"Members\": [],\n                \"FeesPaidBySupporters\": null,\n                \"Comment\": null,\n                \"RecievedEmailCampaignUpdates\": true,\n                \"DonorId\": 3,\n                \"DonorEmail\": \"support@rallyup.com\",\n                \"DonorLastName\": \"Yao\",\n                \"DonorFirstName\": \"Jimmy\"\n            }\n        ],\n        \"Count\": 1,\n        \"PageIndex\": 1,\n        \"PageSize\": 100,\n        \"TotalCount\": 1,\n        \"TotalPages\": 1,\n        \"HasPreviousPage\": false,\n        \"HasNextPage\": false\n    },\n    \"Ok\": true,\n    \"Error\": null,\n    \"Metadata\": {}\n}"}],"_postman_id":"23a49f27-db25-4672-9d5b-22aabca83082"},{"name":"/v3/api/transactionItems/{campaignType}","id":"5ebe7acf-9175-43db-87c8-3ca204128cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/transactionItems?campaignType={{Campaign Type}}","description":"<p>Returns a list of objects that provide information on the items purchased on transactions</p>\n","urlObject":{"protocol":"https","path":["v3","api","transactionItems"],"host":["go","rallyup","com"],"query":[{"description":{"content":"<p>Optional. Possible values are \"All\", \"AIO\", \"Raffle\", \"Sweepstakes\", \"Auction\", \"A-thon\", \"Event\", \"Sale\", \"Crowdfunding\". If specified, only transaction items that contain an item of that campaignType will be included. </p>\n","type":"text/plain"},"key":"campaignType","value":"{{Campaign Type}}"}],"variable":[]}},"response":[{"id":"5b15c141-b9be-48e8-8989-88859ce312ab","name":"/v3/api/transactionItems/{campaignType}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":{"raw":"https://go.rallyup.com/v3/api/transactionItems?campaignType=Raffle","protocol":"https","host":["go","rallyup","com"],"path":["v3","api","transactionItems"],"query":[{"key":"campaignType","value":"Raffle","description":"Optional. Possible values are \"All\", \"AIO\", \"Raffle\", \"Sweepstakes\", \"Auction\", \"A-thon\", \"Event\", \"Sale\", \"Crowdfunding\". If specified, only transactionItems that contain an item of that campaignType will be included. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Feb 2021 16:24:49 GMT"},{"key":"Server","value":""},{"key":"Content-Length","value":"16461"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 25822,\n    \"CampaignID\": 329,\n    \"CampaignTitle\": \"My Campaign\",\n    \"FirstName\": \"FirstName\",\n    \"LastName\": \"LastName\",\n    \"Email\": \"email@email.com\",\n    \"Date\": \"2020-12-17T11:32:31.763Z\",\n    \"Currency\": \"USD\",\n    \"CurrencySymbol\": \"$\",\n    \"Members\": [],\n    \"IsAnonymous\": true,\n    \"InNameOf\": null,\n    \"MarketingOptIn\": false,\n    \"MailingAddress\": {\n        \"MailingFirstName\": \"FirstName\",\n        \"MailingLastName\": \"LastName\",\n        \"Address1\": \"AddressLine1\",\n        \"Address2\": null,\n        \"City\": \"City\",\n        \"State\": \"AK\",\n        \"Country\": \"United States\",\n        \"ZipCode\": \"630090\",\n        \"Phone\": null\n    },\n    \"GiftAidOptIn\": false,\n    \"GiftAidInformation\": null,\n    \"FundCode\": null,\n    \"SpecialInstructions\": null,\n    \"Causes\": [],\n    \"CustomFields\": [],\n    \"Comment\": null,\n    \"ReceivedEmailCampaignUpdates\": true,\n    \"DonorId\": 1,\n    \"RaffleTickets\": [\n        {\n            \"Amount\": 50,\n            \"EntryStartNumber\": 11,\n            \"EntryEndNumber\": 20,\n            \"EntryLevel\": null,\n            \"Quantity\": 10,\n            \"Prize\": null,\n            \"Type\": \"Online Tickets\"\n        },\n        {\n            \"Amount\": 50,\n            \"EntryStartNumber\": 4,\n            \"EntryEndNumber\": 8,\n            \"EntryLevel\": null,\n            \"Quantity\": 5,\n            \"Prize\": null,\n            \"Type\": \"Online Tickets\"\n        }\n    ],\n    \"SweepstakesEntries\": null,\n    \"AThonPledges\": null,\n    \"EventTickets\": null,\n    \"CrowdfundingPerks\": null,\n    \"SaleItems\": null,\n    \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n    \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\",\n    \"DateFormatted\": \"12/17/2020 3:32AM PST\"\n}"}],"_postman_id":"5ebe7acf-9175-43db-87c8-3ca204128cde"},{"name":"/v3/api/auctionBids","id":"00d8b207-a48b-4921-a53c-3ddbab2e8a6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/auctionBids","description":"<p>Retrieves a list of all auction bids placed  across an organization's campaigns</p>\n","urlObject":{"protocol":"https","path":["v3","api","auctionBids"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"fbed1566-e5e0-4bdb-892d-8bdd70c324a7","name":"/v3/api/auctionBids","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":"https://go.rallyup.com/v3/api/auctionBids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Feb 2021 16:24:49 GMT"},{"key":"Server","value":""},{"key":"Content-Length","value":"16461"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"E_564156\",\n        \"CampaignID\": 110982,\n        \"CampaignTitle\": \"An Auction Fundraiser\",\n        \"FirstName\": \"Jimmy\",\n        \"LastName\": \"Yao\",\n        \"Email\": \"email@email.com\",\n        \"Date\": \"2021-03-25T22:39:57.513Z\",\n        \"DateFormatted\": \"3/25/2021 6:39PM EST\",\n        \"Currency\": \"USD\",\n        \"CurrencySymbol\": \"$\",\n        \"Members\": [],\n        \"IsAnonymous\": false,\n        \"InNameOf\": null,\n        \"MarketingOptIn\": false,\n        \"MailingAddress\": null,\n        \"GiftAidOptIn\": false,\n        \"GiftAidInformation\": null,\n        \"FundCode\": null,\n        \"SpecialInstructions\": null,\n        \"Causes\": [],\n        \"CustomFields\": [],\n        \"Comment\": null,\n        \"ReceivedEmailCampaignUpdates\": true,\n        \"DonorId\": 583548,\n        \"ItemId\": 153755,\n        \"ItemName\": \"An auction item\",\n        \"BidAmount\": 136,\n        \"MaximumBid\": null,\n        \"BidStatus\": \"Winning\",\n        \"AuctionType\": \"English\",\n        \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n        \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\"\n    }\n]"}],"_postman_id":"00d8b207-a48b-4921-a53c-3ddbab2e8a6b"},{"name":"/v3/api/recurringDonations","id":"765ef00b-b803-4337-91a5-1f93c9c98823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/recurringDonations","description":"<p>Returns information on any payment made on the campaign for the organization that is part of a recurring donation</p>\n","urlObject":{"protocol":"https","path":["v3","api","recurringDonations"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"4fd4bd64-63b4-43c2-abda-9f625066ff9a","name":"/v3/api/recurringDonations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":"https://go.rallyup.com/v3/api/recurringDonations"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 24851,\n  \"CampaignID\": 342,\n  \"CampaignTitle\": \"My Campaign\",\n  \"FirstName\": \"FirstName\",\n  \"LastName\": \"LastName\",\n  \"Email\": \"email@email.com\",\n  \"RecurringStartDate\": \"2020-12-17T11:32:31.763Z\",\n  \"NextChargeDate\": \"2020-12-17T11:32:31.763Z\",\n  \"RecurringAmount\": 100,\n  \"Frequency\": \"Monthly\",\n  \"PaymentsCount\": 3,\n  \"Status\": \"Active\",\n  \"PaymentType\": \"CreditCard\",\n  \"CreditCardLast4\": \"1111\",\n  \"CreditCardType\": \"visa\",\n  \"Members\": [],\n  \"IsAnonymous\": false,\n  \"InNameOf\": null,\n  \"MarketingOptIn\": false,\n  \"MailingAddress\": {\n    \"MailingFirstName\": \"FirstName\",\n    \"MailingLastName\": \"LastName\",\n    \"Address1\": \"AddressLine1\",\n    \"Address2\": \"AddressLine2\",\n    \"City\": \"City\",\n    \"State\": \"CA\",\n    \"Country\": \"United States\",\n    \"ZipCode\": \"35011\",\n    \"Phone\": \"+12345678900\"\n  },\n  \"GiftAidOptIn\": false,\n  \"GiftAidInformation\": null,\n  \"FundCode\": null,\n  \"SpecialInstructions\": null,\n  \"Causes\": [],\n  \"CustomFields\": [],\n  \"Comment\": null,\n  \"ReceivedEmailCampaignUpdates\": true,\n  \"DonorId\": 2,\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\",\n  \"RecurringStartDateFormatted\": \"12/17/2020 3:32AM PST\",\n  \"NextChargeDateFormatted\": \"12/17/2020 3:32AM PST\"\n}"}],"_postman_id":"765ef00b-b803-4337-91a5-1f93c9c98823"},{"name":"/v3/api/liveStreamStatus","id":"e26a3e2d-a56c-471d-9f02-189fd0e0c4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/liveStreamStatus?IsStarted ={{IsStarted}}&IsEnded={{IsEnded}}","description":"<p>Retrieves data about a live stream that has started or ended on any of an organization's campaigns</p>\n","urlObject":{"protocol":"https","path":["v3","api","liveStreamStatus"],"host":["go","rallyup","com"],"query":[{"description":{"content":"<p>Optional. Boolean value that if set to \"True\" will return a list of livestreams that are currently ongoing (live). </p>\n","type":"text/plain"},"key":"IsStarted ","value":"{{IsStarted}}"},{"description":{"content":"<p>Optional. Boolean value that if set to \"True\" will return a list of livestreams that have already ended.</p>\n","type":"text/plain"},"key":"IsEnded","value":"{{IsEnded}}"}],"variable":[]}},"response":[{"id":"136de3f6-dbb9-4537-a9b8-c5c014928686","name":"/v3/api/liveStreamStatus","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":{"raw":"https://go.rallyup.com/v3/api/liveStreamStatus?IsStarted=False&IsEnded=True","protocol":"https","host":["go","rallyup","com"],"path":["v3","api","liveStreamStatus"],"query":[{"key":"IsStarted","value":"False","description":"Optional. Boolean value that...."},{"key":"IsEnded","value":"True","description":"Optional. Boolean value that...."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 342,\n  \"CampaignID\": 342,\n  \"CampaignTitle\": \"My Campaign\",\n  \"IsStreamActive\": true,\n  \"StreamUrl\": \"https://www.youtube.com/watch?v=XXXXXX\",\n  \"SetupStreamStartDate\": \"2020-12-17T11:32:31.763Z\",\n  \"SetupStreamStartDateFormatted\": \"12/17/2020 3:32AM PST\",\n  \"StartDate\": \"2020-12-17T11:32:31.763Z\",\n  \"StartDateFormatted\": \"12/17/2020 3:32AM PST\",\n  \"EndDate\": null,\n  \"EndDateFormatted\": null,\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\"\n}"}],"_postman_id":"e26a3e2d-a56c-471d-9f02-189fd0e0c4e0"},{"name":"/v3/api/campaignUpdates","id":"878b9e6f-819f-4844-af16-2ef0a99e9359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/campaignUpdates","description":"<p>Retrieves a list of updates posted across an organization's campaigns</p>\n","urlObject":{"protocol":"https","path":["v3","api","campaignUpdates"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"4fd3f8ed-5a85-49da-a9f2-3c798d45d704","name":"/v3/api/campaignUpdates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":"https://go.rallyup.com/v3/api/campaignUpdates"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 94,\n  \"CampaignID\": 458,\n  \"CampaignTitle\": \"My Campaign\",\n  \"UpdateTitle\": \"Update Title\",\n  \"UpdateContent\": \"Update Content\",\n  \"PostedBy\": \"FirstName LastName\",\n  \"Date\": \"2020-12-17T11:32:31.763Z\",\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\",\n  \"DateFormatted\": \"12/17/2020 3:32AM PST\"\n}"}],"_postman_id":"878b9e6f-819f-4844-af16-2ef0a99e9359"},{"name":"/v3/api/raffleWinners","id":"23546338-c719-462f-9186-923ae739f1f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/raffleWinners","description":"<p>Retrieves a list of objects, where each object represents a combination of a user and a prize that the user won for any of the organization's raffle campaigns</p>\n","urlObject":{"protocol":"https","path":["v3","api","raffleWinners"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"3cfb472c-4439-4259-ae9c-e977d069374a","name":"/v3/api/raffleWinners","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","type":"text"}],"url":"https://go.rallyup.com/v3/api/raffleWinners"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 4,\n  \"CampaignID\": 255,\n  \"CampaignTitle\": \"My raffle\",\n  \"WinnerID\": 2,\n  \"WinnerFirstName\": \"FirstName\",\n  \"WinnerLastName\": \"LastName\",\n  \"WinnerEmail\": \"email@email.com\",\n  \"WinnerPhoneNumber\": \"+12345678900\",\n  \"Prize\": \"prize\",\n  \"WinningTicketNumber\": \"W196\",\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\"\n}"}],"_postman_id":"23546338-c719-462f-9186-923ae739f1f0"},{"name":"/v3/api/sweepstakesWinners","id":"bc86be03-117d-43e8-bde5-be62112c7576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v1/api/sweepstakesWinners","description":"<p>Retrieves a list of objects, where each object represents a combination of a user and a prize that the user won for any of the organization's sweepstakes campaigns</p>\n","urlObject":{"protocol":"https","path":["v1","api","sweepstakesWinners"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"d12c1bfc-dd01-497f-a842-f52ec5e7ff6e","name":"/v3/api/sweepstakesWinners","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token","type":"text"}],"url":"https://go.rallyup.com/v3/api/sweepstakesWinners"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 2,\n  \"CampaignID\": 253,\n  \"CampaignTitle\": \"My sweepstakes\",\n  \"WinnerID\": 2,\n  \"WinnerFirstName\": \"FirstName\",\n  \"WinnerLastName\": \"LastName\",\n  \"WinnerEmail\": \"email@email.com\",\n  \"WinnerPhoneNumber\": \"+12345678900\",\n  \"Prize\": \"Prize\",\n  \"WinningTicketNumber\": \"T1\",\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\"\n}"}],"_postman_id":"bc86be03-117d-43e8-bde5-be62112c7576"},{"name":"/v2/api/auctionWinners","id":"a45768d2-12c8-484d-9504-39700357a7ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v2/api/auctionWinners","description":"<p>Retrieves a list of objects, where each object represents a combination of a user and a prize that the user won for any of the organization's auction campaigns</p>\n","urlObject":{"protocol":"https","path":["v2","api","auctionWinners"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"c422727d-ff90-442f-bd4a-fe5b681de2e3","name":"/v2/api/auctionWinners","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token","type":"text"}],"url":"https://go.rallyup.com/v2/api/auctionWinners"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 25,\n    \"CampaignID\": 360,\n    \"CampaignTitle\": \"My Auction\",\n    \"WinnerID\": 8808,\n    \"WinnerFirstName\": \"WinnerFirstName\",\n    \"WinnerLastName\": \"WinnerLastName\",\n    \"WinnerEmail\": \"email@email.com\",\n    \"WinnerPhoneNumber\": \"+012345678900\",\n    \"ItemId\": 29,\n    \"ItemName\": \"Item Name\",\n    \"Category\": \"Items Category\",\n    \"WinningBidAmount\": 300,\n    \"PaymentStatus\": \"Paid\",\n    \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n    \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\"\n}"}],"_postman_id":"a45768d2-12c8-484d-9504-39700357a7ce"},{"name":"/v3/api/activityResults","id":"2bd31ddb-2b3f-4ef1-a59d-fbdb3a22b493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/activityResults","description":"<p>Retrieves a list of objects that represent activity entered for each campaign on the organization</p>\n","urlObject":{"protocol":"https","path":["v3","api","activityResults"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"a3ac501f-fb6d-4253-b072-6aa5d8db4d4e","name":"/v3/api/activityResults","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token","type":"text"}],"url":"https://go.rallyup.com/v3/api/activityResults"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 22,\n  \"CampaignID\": 308,\n  \"CampaignTitle\": \"My a-thon\",\n  \"ParticipantName\": \"FirstName LastName\",\n  \"TeamName\": \"Team Name\",\n  \"ActivityName\": \"Run\",\n  \"UnitsTerminologySingular\": \"Mile\",\n  \"UnitsTerminologyPlural\": \"Miles\",\n  \"UnitsCompleted\": 22,\n  \"ActivityDate\": \"2020-12-17T11:32:31.763Z\",\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\",\n  \"ActivityDateFormatted\": \"12/17/2020 3:32AM PST\"\n}"}],"_postman_id":"2bd31ddb-2b3f-4ef1-a59d-fbdb3a22b493"},{"name":"/v3/api/participants","id":"e8a78aae-1944-4faa-8e24-b36b9720840b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/participants","description":"<p>Retrieves a list of objects that represent participants registered on all campaigns across the organization</p>\n","urlObject":{"protocol":"https","path":["v3","api","participants"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"707d18d2-9c01-440f-9cc5-b25acab65136","name":"/v3/api/participants","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token","type":"text"}],"url":{"raw":"https://go.rallyup.com/v3/api/participants?","protocol":"https","host":["go","rallyup","com"],"path":["v3","api","participants"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 37039,\n  \"CampaignID\": 335,\n  \"CampaignTitle\": \"My Campaign\",\n  \"TeamName\": \"Team Name\",\n  \"ParticipantFirstName\": \"FirstName\",\n  \"ParticipantLastName\": \"LastName\",\n  \"RegistrationOption\": \"Free Registration\",\n  \"ParticipantEmailAddress\": \"email@email.com\",\n  \"ParticipantPhoneNumber\": \"+012345678900\",\n  \"ParticipantMailingAddress\": null,\n  \"ParticipantActivity\": \"run\",\n  \"ParticipantUnitsCompleted\": 0,\n  \"ParticipantFundraisingGoal\": null,\n  \"ParticipantUnitsGoal\": null,\n  \"FundraisingPagePermanentURL\": \"XXXXXX\",\n  \"FundraisingPageFriendlyURL\": \"MyFriendlyURL\",\n  \"FundraisingPageDescription\": \"<p>Fundraising Page Description</p>\",\n  \"ParticipantCustomFields\": null,\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\"\n}"}],"_postman_id":"e8a78aae-1944-4faa-8e24-b36b9720840b"},{"name":"/v3/api/teams","id":"6ba4dcb5-dccd-4aff-b1b1-1f6dbe7584f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/teams","description":"<p>Retrieves a list of objects that represent teams registered on all campaigns across the organization</p>\n","urlObject":{"protocol":"https","path":["v3","api","teams"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"1ec991fc-3d95-433d-8feb-0f4622ca6328","name":"/v3/api/teams","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token","type":"text"}],"url":"https://go.rallyup.com/v3/api/teams"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 2895,\n  \"CampaignID\": 342,\n  \"CampaignTitle\": \"My Campaign\",\n  \"TeamName\": \"Team Name\",\n  \"RegistrationOption\": \"Free Registration\",\n  \"FundraisingPageDescription\": \"<p>Fundraising Page Description</p>\",\n  \"TeamEmailAddress\": \"email@email.com\",\n  \"TeamFundraisingGoal\": null,\n  \"FundraisingPagePermanentURL\": \"XXXXXX\",\n  \"FundraisingPageFriendlyURL\": \"MyFriendlyURL\",\n  \"ParticipantCustomFields\": [],\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\"\n}"}],"_postman_id":"6ba4dcb5-dccd-4aff-b1b1-1f6dbe7584f5"},{"name":"/v3/api/contactOrganizerMessages","id":"a8214394-6736-4caa-8cf5-af1eecda445f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.rallyup.com/v3/api/contactOrganizerMessages","description":"<p>Retrieves information about messages being sent to an Organization through the Contact Organizer function</p>\n","urlObject":{"protocol":"https","path":["v3","api","contactOrganizerMessages"],"host":["go","rallyup","com"],"query":[],"variable":[]}},"response":[{"id":"9acfd256-db38-4331-bb82-2e1fbef4087b","name":"/v3/api/contactOrganizerMessages","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token","type":"text"}],"url":"https://go.rallyup.com/v3/api/contactOrganizerMessages"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 1,\n  \"CampaignID\": 123,\n  \"CampaignTitle\": \"Campaign Title\",\n  \"SenderEmail\": \"sender@email.com\",\n  \"SenderName\": \"SenderFirstName SenderLastName\",\n  \"Message\": \"Message body\",\n  \"MessageSubject\": \"Message subject\",\n  \"CampaignFriendlyURL\": \"https://go.rallyup.com/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.rallyup.com/xxxxxx\"\n}"}],"_postman_id":"a8214394-6736-4caa-8cf5-af1eecda445f"}]}