{"info":{"_postman_id":"9d3d815b-b2a3-4d77-9936-42747856b496","name":"DoJiggy REST API v2","description":"<html><head></head><body><p>DoJiggy's REST API version 2 provides two basic functionalities:</p>\n<ol>\n<li><p>Giving organizations easy access to their data in DoJiggy to integrate with other data sources and data management software</p>\n</li>\n<li><p>Giving partners the ability to integrate basic functionalities of DoJiggy within their own software</p>\n</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 DoJiggy staff at <a href=\"https://mailto:support@dojiggy.com\">support@dojiggy.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 DoJiggy 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: <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":"35174580","collectionId":"9d3d815b-b2a3-4d77-9936-42747856b496","publishedId":"2sA3QtfXLm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-29T22:55:27.000Z"},"item":[{"name":"/v1/token","id":"8621f2fc-e277-4a17-bf18-afaa7dc253b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"user-email","value":"{{DoJiggy 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":"{{DoJiggy user's password}}","description":"<p>The password to the user's DoJiggy 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.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"38ca908d-f5d9-40fc-9b26-c945c7339e2f","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.dojiggy.io/v1/token"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8621f2fc-e277-4a17-bf18-afaa7dc253b3"},{"name":"/v2/api/version","id":"bdf3ac0a-6169-4eac-98c7-d651e0e92edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/v2/api/version","description":"<p>Check the authorization and version of the API</p>\n","urlObject":{"protocol":"https","path":["v2","api","version"],"host":["go","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"ad6b262c-a677-4fd5-be5a-8d18535f9267","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token"}],"url":"https://go.dojiggy.io/v1/api/version"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Version\": \"1.0.0\",\n        \"ReleasedAt\": \"2018/03/13 00:00:00\",\n        \"IdentityType\": \"DoJiggyIdentity\",\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":"bdf3ac0a-6169-4eac-98c7-d651e0e92edc"},{"name":"/v2/api/finduser/{user_email}","id":"4fb0e9b7-0c10-4e64-9f4e-a9efd5d2d5ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/v2/api/finduser/{user_email}","description":"<p>Find and retrieve information on a DoJiggy user by their email address</p>\n","urlObject":{"protocol":"https","path":["v2","api","finduser","{user_email}"],"host":["go","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"7b5af142-eb65-4f39-8c5e-b4c4dfbec8ea","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":"https://go.dojiggy.io/v1/api/finduser/jimmy@dojiggy.io"},"code":200,"_postman_previewlanguage":"Text","header":[],"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@dojiggy.io\",\n        \"FirstName\": \"Jimmy\",\n        \"LastName\": \"Yao\",\n        \"Phone\": null\n    },\n    \"Ok\": true,\n    \"Error\": null,\n    \"Metadata\": {}\n}"}],"_postman_id":"4fb0e9b7-0c10-4e64-9f4e-a9efd5d2d5ab"},{"name":"/v2/api/campaign/{campaignId}","id":"8f8b4334-099d-4dc1-9e9b-7fd66b5e6d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/v2/api/campaign/{campaignId}","description":"<p>Retreieve a campaign in DoJiggy by its ID</p>\n","urlObject":{"protocol":"https","path":["v2","api","campaign","{campaignId}"],"host":["go","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"a1e397ab-fc82-471f-9008-1989a216d666","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":"https://go.dojiggy.io/v1/api/campaign/1144"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Id\": 1144,\n        \"Name\": \"Sale for API\",\n        \"Url\": \"https://go.dojiggy.io/eae009\",\n        \"CampaignSetupUrl\": \"https://go.dojiggy.io/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    },\n    \"Ok\": true,\n    \"Error\": null,\n    \"Metadata\": {}\n}"}],"_postman_id":"8f8b4334-099d-4dc1-9e9b-7fd66b5e6d30"},{"name":"/v2/api/listcampaigns","id":"a3706be4-d061-4a9a-a22d-5212fb856a10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/v2/api/listcampaigns","description":"<p>Retrieve a list of all campaigns that your organization is running in DoJiggy</p>\n","urlObject":{"protocol":"https","path":["v2","api","listcampaigns"],"host":["go","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"f27815ea-25f6-4130-8065-e8dc24e209b5","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":"https://go.dojiggy.io/v1/api/listcampaigns"},"code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"Result\": {\n        \"Items\": [\n            {\n                \"Id\": 1144,\n                \"Name\": \"Sale for API\",\n                \"Url\": \"https://go.dojiggy.io/eae009\",\n                \"CampaignSetupUrl\": \"https://go.dojiggy.io/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            },\n            ...\n            ,\n            {\n                \"Id\": 1132,\n                \"Name\": \"Sweepstakes for API\",\n                \"Url\": \"https://go.dojiggy.io/7ebd82\",\n                \"CampaignSetupUrl\": \"https://go.dojiggy.io/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            }\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":"a3706be4-d061-4a9a-a22d-5212fb856a10"},{"name":"/v2/api/listdonations","id":"ef4b0d76-b175-495c-b2d2-975291982f33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"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":"58999e42-923c-4e33-be17-97f066055568","name":"Example","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":{"raw":"https://go.dojiggy.io/v1/api/listdonations?campaignid=1144&startDate=2017-03-01&endDate=2017-03-31","protocol":"https","host":["go","dojiggy","io"],"path":["v1","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":"Text","header":[],"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\": \"DoJiggy\",\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                \"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@dojiggy.io\",\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":"ef4b0d76-b175-495c-b2d2-975291982f33"},{"name":"/v3/api/transactionItems/{campaignType}","id":"3e74af2f-ffba-4720-91a7-b4f057c319ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"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":"5da8bc63-5501-46a0-a0d4-2c4cb8018523","name":"/v3/api/transactionItems/{campaignType}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":{"raw":"https://go.dojiggy.io/v3/api/transactionItems?campaignType=Raffle","protocol":"https","host":["go","dojiggy","io"],"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":"plain","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"}],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\",\n  \"DateFormatted\": \"12/17/2020 3:32AM PST\"\n}"}],"_postman_id":"3e74af2f-ffba-4720-91a7-b4f057c319ad"},{"name":"/v3/api/auctionBids","id":"6d2f40fd-4cf9-4905-a667-86ad8f6007ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"437aeb38-2392-4aee-9df3-4289b2eef53c","name":"/v3/api/auctionBids","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":"https://go.dojiggy.io/v3/api/auctionBids"},"status":"OK","code":200,"_postman_previewlanguage":"plain","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"}],"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.00,\n        \"MaximumBid\": null,\n        \"BidStatus\": \"Winning\",\n        \"AuctionType\": \"English\",\n        \"CampaignFriendlyURL\": \"https://go.dojiggy.io/mycampaign\",\n        \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\"\n    }\n]"}],"_postman_id":"6d2f40fd-4cf9-4905-a667-86ad8f6007ef"},{"name":"/v3/api/recurringDonations","id":"2f3af897-e8e1-433b-8b48-f60702e93494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"e1260020-454e-42e2-ae49-bf37938ba882","name":"/v3/api/recurringDonations","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":"https://go.dojiggy.io/v3/api/recurringDonations"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\",\n  \"RecurringStartDateFormatted\": \"12/17/2020 3:32AM PST\",\n  \"NextChargeDateFormatted\": \"12/17/2020 3:32AM PST\"\n}"}],"_postman_id":"2f3af897-e8e1-433b-8b48-f60702e93494"},{"name":"/v3/api/liveStreamStatus","id":"0354d0e6-74ca-41df-b97a-7f0f896a0fd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"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":"2045a2aa-527c-468e-b4f5-818c6ef1a98a","name":"/v3/api/liveStreamStatus","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":{"raw":"https://go.dojiggy.io/v3/api/liveStreamStatus?IsStarted=False&IsEnded=True","protocol":"https","host":["go","dojiggy","io"],"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":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\"\n}"}],"_postman_id":"0354d0e6-74ca-41df-b97a-7f0f896a0fd5"},{"name":"/v3/api/campaignUpdates","id":"f7978d60-ed31-4e1a-bd65-2f7852019f5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"2be0b21c-25b5-469d-98fc-500074a63812","name":"/v3/api/campaignUpdates","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":"https://go.dojiggy.io/v3/api/campaignUpdates"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\",\n  \"DateFormatted\": \"12/17/2020 3:32AM PST\"\n}"}],"_postman_id":"f7978d60-ed31-4e1a-bd65-2f7852019f5a"},{"name":"/v3/api/raffleWinners","id":"961cb56e-ec96-46e5-a9dd-a68d90e037b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"5392fa2b-c93e-42db-9f24-888d48ba35e8","name":"/v3/api/raffleWinners","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}"}],"url":"https://go.dojiggy.io/v3/api/raffleWinners"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\"\n}"}],"_postman_id":"961cb56e-ec96-46e5-a9dd-a68d90e037b1"},{"name":"/v3/api/sweepstakesWinners","id":"b3107346-436f-4486-8938-f3ded186f2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"22a11b6a-a5e9-40ba-9c9e-3552daa70565","name":"/v3/api/sweepstakesWinners","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token"}],"url":"https://go.dojiggy.io/v3/api/sweepstakesWinners"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\"\n}"}],"_postman_id":"b3107346-436f-4486-8938-f3ded186f2f0"},{"name":"/v2/api/auctionWinners","id":"ba4d15ec-e9fe-4f1e-b4de-c8ea1c1112b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"d58bf231-8452-4166-ad03-746dbeb62098","name":"/v2/api/auctionWinners","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token"}],"url":"https://go.dojiggy.io/v2/api/auctionWinners"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\"\n}"}],"_postman_id":"ba4d15ec-e9fe-4f1e-b4de-c8ea1c1112b2"},{"name":"/v3/api/activityResults","id":"3e49ad35-2893-4a4e-9ed8-b2bed238ee2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"644f1ec0-7667-4475-b14e-c4879b082b7c","name":"/v3/api/activityResults","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token"}],"url":"https://go.dojiggy.io/v3/api/activityResults"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\",\n  \"ActivityDateFormatted\": \"12/17/2020 3:32AM PST\"\n}"}],"_postman_id":"3e49ad35-2893-4a4e-9ed8-b2bed238ee2d"},{"name":"/v3/api/participants","id":"80cdb957-ffa5-4cb7-9d6a-4ae74bead762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"1bc46de3-5dbe-4083-b1c8-46f3cc43509d","name":"/v3/api/participants","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token"}],"url":{"raw":"https://go.dojiggy.io/v3/api/participants?","protocol":"https","host":["go","dojiggy","io"],"path":["v3","api","participants"],"query":[{"key":"","value":null}]}},"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\"\n}"}],"_postman_id":"80cdb957-ffa5-4cb7-9d6a-4ae74bead762"},{"name":"/v3/api/teams","id":"9dd01e2c-e4e8-49df-9de8-e3b36f644732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"e826844d-7db7-4de8-ba6c-538a03d53d52","name":"/v3/api/teams","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token"}],"url":"https://go.dojiggy.io/v3/api/teams"},"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\"\n}"}],"_postman_id":"9dd01e2c-e4e8-49df-9de8-e3b36f644732"},{"name":"/v3/api/contactOrganizerMessages","id":"cc12a0ce-9add-4265-89de-811cb4a2e59d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go.dojiggy.io/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","dojiggy","io"],"query":[],"variable":[]}},"response":[{"id":"758cc8f2-22a1-46cd-9f29-4fc2b7f7aba8","name":"/v3/api/contactOrganizerMessages","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{authorization token}}","description":"Required valid authorization token"}],"url":"https://go.dojiggy.io/v3/api/contactOrganizerMessages"},"_postman_previewlanguage":"Text","header":[],"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.dojiggy.io/mycampaign\",\n  \"CampaignPermanentURL\": \"https://go.dojiggy.io/xxxxxx\"\n}"}],"_postman_id":"cc12a0ce-9add-4265-89de-811cb4a2e59d"}]}