{"info":{"_postman_id":"0d04d235-ba79-40ae-ae10-c10fb4f94e3e","name":"Betfred API [Account]","description":"<html><head></head><body><p>These API's are available at an account level. Meaning the API's that are configured in the \"/account\" section of the Betfred platform.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8768368","collectionId":"0d04d235-ba79-40ae-ae10-c10fb4f94e3e","publishedId":"2sB2cX8gCa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-09T11:38:16.000Z"},"item":[{"name":"Auth","item":[{"name":"New Access Token","id":"c2bd4177-1952-4b34-83a0-e97d7b6a65c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>When you create your first access token in your account, you will be a given a refresh token that you use here to get a new access token.</p>\n","key":"refresh_token","type":"text","value":"{{betfred-refresh-token}}"}]},"url":"{{betfred-url}}/api/oauth/refresh-token","description":"<p>Request a <em>new access token</em> so you can query our API. Access tokens are long lived and <strong>last for one year</strong>, so we advise you request periodically for a new token to avoid issues.</p>\n","urlObject":{"path":["api","oauth","refresh-token"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2bd4177-1952-4b34-83a0-e97d7b6a65c5"}],"id":"8c239410-4c4b-4774-85ee-ccc3b2ec0ba3","description":"<p>The API uses OAuth 2 for authentication. You will need to generate an <strong>access token</strong> and a <strong>refresh token</strong>.</p>\n<p>Access tokens currently are long lived, so they <strong>expire after one year</strong>. It is recommended to request a new access token periodically.</p>\n<h3 id=\"making-requests\">Making Requests</h3>\n<p>When making requests that require authentication you will need to set the following request headers/values:</p>\n<ul>\n<li><em>Authorization:</em> Bearer <code>&lt;insert-access-token&gt;</code></li>\n<li><em>Accept:</em> application/json</li>\n</ul>\n<h4 id=\"access-tokens\">Access Tokens</h4>\n<p>Please ensure you use the <strong>correct access token</strong> in your request. This token must have access to the part of the API you are querying, so ensure you select the correct <strong>scope</strong>. You will do this within your account in the application, look at the \"API\" section to learn more.</p>\n<h4 id=\"scopes\">Scopes</h4>\n<p>Our API supports multiple scopes. Scopes restrict the use of certain parts of the API based on what the account has been given access to. You select your scopes when creating your access tokens within our application. Please speak to your account manager if you require more information on this.</p>\n","event":[{"listen":"prerequest","script":{"id":"e92f5cbe-0e38-4d22-acda-152cd80ac6fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ff78299b-6727-4820-85e8-660004daad77","type":"text/javascript","exec":[""]}}],"_postman_id":"8c239410-4c4b-4774-85ee-ccc3b2ec0ba3"},{"name":"Reports","item":[{"name":"Player Activity By Date Range","item":[{"name":"Get Player [Per Affiliate]","id":"2263032d-a98a-4159-b2b3-0f4411d8b725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[]},"url":"{{betfred-url}}/api/reporting/player?start_date=2024-05-01&end_date=2024-05-31&currency=GBP&grouping=player&requesting_account_type=affiliate&page=1&per_page=50&paginate=1&casino=1","description":"<p>Look up information about players within a given date range by currency with different grouping options.</p>\n","urlObject":{"path":["api","reporting","player"],"host":["{{betfred-url}}"],"query":[{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Lower date bound for player activity.</p>\n","type":"text/plain"},"key":"start_date","value":"2024-05-01"},{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Upper date bound for player activity.</p>\n","type":"text/plain"},"key":"end_date","value":"2024-05-31"},{"description":{"content":"<p><code>String</code>. Not required. e.g. GBP, USD, EUR. Default: GBP.<br />Currency the report filters to (It’s not a conversion to that currency).</p>\n","type":"text/plain"},"key":"currency","value":"GBP"},{"description":{"content":"<p><code>String</code>. Not required. e.g. player, player_by_day, player_by_month. Default: player.<br />It indicates how data is grouped at the player level.</p>\n","type":"text/plain"},"key":"grouping","value":"player"},{"description":{"content":"<p><code>String</code>. Required. e.g. affiliate, casino<br />The type of account that is requesting the report.</p>\n","type":"text/plain"},"key":"requesting_account_type","value":"affiliate"},{"disabled":true,"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1 or 0. Default: 0<br />Whether product columns are returned in the response.</p>\n","type":"text/plain"},"key":"show_product_columns","value":"0"},{"description":{"content":"<p><code>Integer</code>.  Required.<br />Page number of the requested page.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p><code>Integer</code>.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.<br />Number of rows per page.</p>\n","type":"text/plain"},"key":"per_page","value":"50"},{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1, 0, Default: 1.<br />Whether results are returned by page or in full.</p>\n","type":"text/plain"},"key":"paginate","value":"1"},{"description":{"content":"<p><code>Integer</code>. Not Required.</p>\n<ul>\n<li>Casino ID number</li>\n</ul>\n","type":"text/plain"},"key":"casino","value":"1"}],"variable":[]}},"response":[{"id":"011c64db-b5a6-487e-a62a-3b0144bb7a4d","name":"Get Player [Per Affiliate - All Results]","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{betfred-url}}/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&currency=GBP&grouping=player_by_day&requesting_account_type=affiliate&show_product_columns=0&page=1&per_page=50&paginate=0","host":["{{betfred-url}}"],"path":["api","reporting","player"],"query":[{"key":"start_date","value":"2019-09-01","description":"`String`. Required. Y-m-d format.  \nLower date bound for player activity."},{"key":"end_date","value":"2020-09-30","description":"`String`. Required. Y-m-d format.  \nUpper date bound for player activity."},{"key":"currency","value":"GBP","description":"`String`. Not required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"player_by_day","description":"`String`. Not required. e.g. player, player_by_day, player_by_month. Default: player.  \nIt indicates how data is grouped at the player level."},{"key":"requesting_account_type","value":"affiliate","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_product_columns","value":"0","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"page","value":"1","description":"`Integer`.  Required.  \nPage number of the requested page."},{"key":"per_page","value":"50","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"paginate","value":"0","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Sep 2020 16:01:00 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X17e8e54aa034d881b2f622a09ad00c47"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2019-09-01\",\n        \"end_date\": \"2020-09-30\",\n        \"requesting_account_type\": \"affiliate\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"player_by_day\",\n        \"show_product_columns\": \"0\",\n        \"paginate\": \"0\",\n        \"per_page\": \"50\",\n        \"page\": \"1\"\n    },\n    \"results\": [\n        {\n            \"activity_date\": \"2020-09-28\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"5\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"748.00\",\n            \"stakes\": \"287.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3602.00\",\n            \"total_bonus\": \"33.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-28\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": 1,\n            \"resource_name\": \"Example Resource\",\n            \"resource_type\": \"testimonial\",\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"1\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": \"2020-09-24\",\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": \"2020-09-24\",\n            \"deposits\": \"266.00\",\n            \"stakes\": \"243.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2756.00\",\n            \"total_bonus\": \"63.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-28\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"2\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"70.00\",\n            \"stakes\": \"314.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"1566.00\",\n            \"total_bonus\": \"112.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-28\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"3\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"655.00\",\n            \"stakes\": \"300.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3370.00\",\n            \"total_bonus\": \"97.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-28\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"4\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"849.00\",\n            \"stakes\": \"294.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2584.00\",\n            \"total_bonus\": \"17.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-27\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"3\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"743.00\",\n            \"stakes\": \"262.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2535.00\",\n            \"total_bonus\": \"68.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-27\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"4\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"513.00\",\n            \"stakes\": \"221.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2302.00\",\n            \"total_bonus\": \"14.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-27\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"5\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"824.00\",\n            \"stakes\": \"266.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2169.00\",\n            \"total_bonus\": \"29.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-27\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": 1,\n            \"resource_name\": \"Example Resource\",\n            \"resource_type\": \"testimonial\",\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"1\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": \"2020-09-24\",\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": \"2020-09-24\",\n            \"deposits\": \"596.00\",\n            \"stakes\": \"288.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2090.00\",\n            \"total_bonus\": \"37.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-27\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"2\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"612.00\",\n            \"stakes\": \"330.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3057.00\",\n            \"total_bonus\": \"58.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-26\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"3\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"993.00\",\n            \"stakes\": \"353.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3069.00\",\n            \"total_bonus\": \"29.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-26\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"4\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"241.00\",\n            \"stakes\": \"225.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2154.00\",\n            \"total_bonus\": \"41.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-26\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"5\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"567.00\",\n            \"stakes\": \"273.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2001.00\",\n            \"total_bonus\": \"58.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-26\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": 1,\n            \"resource_name\": \"Example Resource\",\n            \"resource_type\": \"testimonial\",\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"1\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": \"2020-09-24\",\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": \"2020-09-24\",\n            \"deposits\": \"567.00\",\n            \"stakes\": \"236.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2486.00\",\n            \"total_bonus\": \"113.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-26\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"2\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"344.00\",\n            \"stakes\": \"200.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3756.00\",\n            \"total_bonus\": \"84.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-25\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"2\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"374.00\",\n            \"stakes\": \"168.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2439.00\",\n            \"total_bonus\": \"11.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-25\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"3\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"945.00\",\n            \"stakes\": \"352.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3195.00\",\n            \"total_bonus\": \"113.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-25\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"4\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"408.00\",\n            \"stakes\": \"233.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3197.00\",\n            \"total_bonus\": \"43.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-25\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"5\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"618.00\",\n            \"stakes\": \"357.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"1923.00\",\n            \"total_bonus\": \"36.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-25\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": 1,\n            \"resource_name\": \"Example Resource\",\n            \"resource_type\": \"testimonial\",\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"1\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": \"2020-09-24\",\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": \"2020-09-24\",\n            \"deposits\": \"684.00\",\n            \"stakes\": \"383.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3557.00\",\n            \"total_bonus\": \"15.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-24\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"2\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"755.00\",\n            \"stakes\": \"213.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3095.00\",\n            \"total_bonus\": \"63.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-24\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"3\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": null,\n            \"deposits\": \"981.00\",\n            \"stakes\": \"263.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3030.00\",\n            \"total_bonus\": \"46.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-24\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"4\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"716.00\",\n            \"stakes\": \"324.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"4191.00\",\n            \"total_bonus\": \"50.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-24\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": null,\n            \"resource_name\": null,\n            \"resource_type\": null,\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"5\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": null,\n            \"first_bet_date\": null,\n            \"first_cpa_date\": null,\n            \"deposits\": \"448.00\",\n            \"stakes\": \"179.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"3038.00\",\n            \"total_bonus\": \"79.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": \"2020-09-24\",\n            \"casino_id\": 1,\n            \"casino_name\": \"Walker Inc Casino\",\n            \"campaign_id\": \"1\",\n            \"campaign_name\": \"Test Campaign\",\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"affiliate_profile_site_id\": null,\n            \"resource_id\": 1,\n            \"resource_name\": \"Example Resource\",\n            \"resource_type\": \"testimonial\",\n            \"country_of_registration\": \"GB\",\n            \"player_id\": \"1\",\n            \"registered_date\": \"2020-09-24\",\n            \"first_deposit_date\": \"2020-09-24\",\n            \"first_bet_date\": \"2020-09-24\",\n            \"first_cpa_date\": \"2020-09-24\",\n            \"deposits\": \"587.00\",\n            \"stakes\": \"271.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"2467.00\",\n            \"total_bonus\": \"118.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"15.00\",\n            \"total_commission\": \"15.00\",\n            \"t1\": null,\n            \"t2\": null,\n            \"t3\": null,\n            \"s1\": null,\n            \"s2\": null,\n            \"s3\": null,\n            \"cpa_count\": 1\n        }\n    ],\n    \"totals\": {\n        \"total_deposits\": \"15104.00\",\n        \"total_stakes\": \"6835.00\",\n        \"total_chargebacks\": \"0.00\",\n        \"total_net_revenue\": \"69629.00\",\n        \"total_cpa_commission\": \"15.00\",\n        \"total_cpa_ringfenced_commission\": \"0.00\",\n        \"total_revshare_commission\": \"0.00\",\n        \"total_revshare_allow_negative_commission\": \"0.00\",\n        \"total_commission\": \"15.00\",\n        \"total_bonus\": \"1427.00\",\n        \"total_cpa_count\": 1\n    }\n}"},{"id":"3209d8dd-0618-4448-9e4b-d0cc4a4a2f28","name":"Get Player [With Product Columns]","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{betfred-url}}/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&currency=GBP&grouping=player_by_day&requesting_account_type=affiliate&show_product_columns=1&page=1&per_page=50&paginate=1","host":["{{betfred-url}}"],"path":["api","reporting","player"],"query":[{"key":"start_date","value":"2019-09-01","description":"`String`. Required. Y-m-d format.  \nLower date bound for player activity."},{"key":"end_date","value":"2020-09-30","description":"`String`. Required. Y-m-d format.  \nUpper date bound for player activity."},{"key":"currency","value":"GBP","description":"`String`. Not required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"player_by_day","description":"`String`. Not required. e.g. player, player_by_day, player_by_month. Default: player.  \nIt indicates how data is grouped at the player level."},{"key":"requesting_account_type","value":"affiliate","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_product_columns","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"page","value":"1","description":"`Integer`.  Required.  \nPage number of the requested page."},{"key":"per_page","value":"50","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Sep 2020 15:58:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X3b9824e673d43df7b616138ac78f8218"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2019-09-01\",\n        \"end_date\": \"2020-09-30\",\n        \"requesting_account_type\": \"affiliate\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"player_by_day\",\n        \"show_product_columns\": \"1\",\n        \"paginate\": \"1\",\n        \"per_page\": \"50\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"3\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"655.00\",\n                \"stakes\": \"300.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3370.00\",\n                \"desktop_sportsbook_bets\": 2,\n                \"desktop_sportsbook_wagered\": \"39.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"644.00\",\n                \"desktop_casino_bets\": 1,\n                \"desktop_casino_wagered\": \"65.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"519.00\",\n                \"desktop_games_bets\": 7,\n                \"desktop_games_wagered\": \"29.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"640.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"97.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"4\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"849.00\",\n                \"stakes\": \"294.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2584.00\",\n                \"desktop_sportsbook_bets\": 4,\n                \"desktop_sportsbook_wagered\": \"34.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"201.00\",\n                \"desktop_casino_bets\": 2,\n                \"desktop_casino_wagered\": \"46.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"739.00\",\n                \"desktop_games_bets\": 9,\n                \"desktop_games_wagered\": \"66.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"425.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"17.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"5\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"748.00\",\n                \"stakes\": \"287.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3602.00\",\n                \"desktop_sportsbook_bets\": 1,\n                \"desktop_sportsbook_wagered\": \"53.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"590.00\",\n                \"desktop_casino_bets\": 9,\n                \"desktop_casino_wagered\": \"92.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"211.00\",\n                \"desktop_games_bets\": 7,\n                \"desktop_games_wagered\": \"74.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"946.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"33.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": 1,\n                \"resource_name\": \"Example Resource\",\n                \"resource_type\": \"testimonial\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": \"2020-09-24\",\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": \"2020-09-24\",\n                \"deposits\": \"266.00\",\n                \"stakes\": \"243.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2756.00\",\n                \"desktop_sportsbook_bets\": 5,\n                \"desktop_sportsbook_wagered\": \"39.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"960.00\",\n                \"desktop_casino_bets\": 10,\n                \"desktop_casino_wagered\": \"65.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"580.00\",\n                \"desktop_games_bets\": 10,\n                \"desktop_games_wagered\": \"82.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"343.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"63.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"70.00\",\n                \"stakes\": \"314.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"1566.00\",\n                \"desktop_sportsbook_bets\": 2,\n                \"desktop_sportsbook_wagered\": \"63.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"166.00\",\n                \"desktop_casino_bets\": 10,\n                \"desktop_casino_wagered\": \"43.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"535.00\",\n                \"desktop_games_bets\": 9,\n                \"desktop_games_wagered\": \"88.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"287.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"112.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"http://activewinsaffiliates.test/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&requesting_account_type=affiliate&currency=GBP&grouping=player_by_day&show_product_columns=1&paginate=1&per_page=50&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://activewinsaffiliates.test/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&requesting_account_type=affiliate&currency=GBP&grouping=player_by_day&show_product_columns=1&paginate=1&per_page=50&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://activewinsaffiliates.test/api/reporting/player\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 25,\n        \"total\": 25\n    },\n    \"totals\": {\n        \"total_deposits\": \"15104.00\",\n        \"total_stakes\": \"6835.00\",\n        \"total_chargebacks\": \"0.00\",\n        \"total_net_revenue\": \"69629.00\",\n        \"total_cpa_commission\": \"15.00\",\n        \"total_cpa_ringfenced_commission\": \"0.00\",\n        \"total_revshare_commission\": \"0.00\",\n        \"total_revshare_allow_negative_commission\": \"0.00\",\n        \"total_commission\": \"15.00\",\n        \"total_bonus\": \"1427.00\",\n        \"total_cpa_count\": 1,\n        \"total_poker_rake\": \"232.00\",\n        \"total_poker_bonus\": \"264.00\",\n        \"total_poker_costs\": \"0.00\",\n        \"total_poker_fees\": \"0.00\",\n        \"total_poker_ngr\": \"-32.00\",\n        \"total_bingo_wagered\": \"1316.00\",\n        \"total_bingo_bonus\": \"1163.00\",\n        \"total_bingo_costs\": \"0.00\",\n        \"total_bingo_ngr\": \"14961.00\",\n        \"total_sidegames_bets\": 139,\n        \"total_sidegames_wagered\": \"1538.00\",\n        \"total_sidegames_bonus\": \"0.00\",\n        \"total_sidegames_costs\": \"0.00\",\n        \"total_sidegames_ngr\": \"15400.00\",\n        \"total_desktop_sportsbook_bets\": 135,\n        \"total_desktop_sportsbook_wagered\": \"1226.00\",\n        \"total_desktop_sportsbook_bonus\": \"0.00\",\n        \"total_desktop_sportsbook_costs\": \"0.00\",\n        \"total_desktop_sportsbook_ngr\": \"13936.00\",\n        \"total_desktop_casino_bets\": 135,\n        \"total_desktop_casino_wagered\": \"1226.00\",\n        \"total_desktop_casino_costs\": \"0.00\",\n        \"total_desktop_casino_bonus\": \"0.00\",\n        \"total_desktop_casino_ngr\": \"13936.00\",\n        \"total_desktop_games_bets\": 131,\n        \"total_desktop_games_wagered\": \"1596.00\",\n        \"total_desktop_games_bonus\": \"0.00\",\n        \"total_desktop_games_costs\": \"0.00\",\n        \"total_desktop_games_ngr\": \"14839.00\",\n        \"total_mobile_sportsbook_bets\": 0,\n        \"total_mobile_sportsbook_wagered\": \"0.00\",\n        \"total_mobile_sportsbook_bonus\": \"0.00\",\n        \"total_mobile_sportsbook_costs\": \"0.00\",\n        \"total_mobile_sportsbook_ngr\": \"0.00\",\n        \"total_mobile_casino_bets\": 0,\n        \"total_mobile_casino_wagered\": \"0.00\",\n        \"total_mobile_casino_costs\": \"0.00\",\n        \"total_mobile_casino_bonus\": \"0.00\",\n        \"total_mobile_casino_ngr\": \"0.00\",\n        \"total_mobile_games_bets\": 0,\n        \"total_mobile_games_wagered\": \"0.00\",\n        \"total_mobile_games_bonus\": \"0.00\",\n        \"total_mobile_games_costs\": \"0.00\",\n        \"total_mobile_games_ngr\": \"0.00\"\n    }\n}"},{"id":"69a86c01-87d3-49b1-abfd-e0156e019f03","name":"Get Player [Per Casino]","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{betfred-url}}/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&currency=GBP&grouping=player&requesting_account_type=casino&show_product_columns=0&page=1&per_page=50&paginate=1","host":["{{betfred-url}}"],"path":["api","reporting","player"],"query":[{"key":"start_date","value":"2019-09-01","description":"`String`. Required. Y-m-d format.  \nLower date bound for player activity."},{"key":"end_date","value":"2020-09-30","description":"`String`. Required. Y-m-d format.  \nUpper date bound for player activity."},{"key":"currency","value":"GBP","description":"`String`. Not required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"player","description":"`String`. Not required. e.g. player, player_by_day, player_by_month. Default: player.  \nIt indicates how data is grouped at the player level."},{"key":"requesting_account_type","value":"casino","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_product_columns","value":"0","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"page","value":"1","description":"`Integer`.  Required.  \nPage number of the requested page."},{"key":"per_page","value":"50","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Sep 2020 15:52:42 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xbce5c96e28657cad639ee315b7dcfa48"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2019-09-01\",\n        \"end_date\": \"2020-09-30\",\n        \"requesting_account_type\": \"casino\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"player\",\n        \"show_product_columns\": \"0\",\n        \"paginate\": \"1\",\n        \"per_page\": \"50\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": null,\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": 1,\n                \"resource_name\": \"Example Resource\",\n                \"resource_type\": \"testimonial\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": \"2020-09-24\",\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": \"2020-09-24\",\n                \"deposits\": \"2700.00\",\n                \"stakes\": \"1421.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"13702.00\",\n                \"net_revenue\": \"13356.00\",\n                \"total_bonus\": \"346.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"15.00\",\n                \"total_commission\": \"15.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 1\n            },\n            {\n                \"activity_date\": null,\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"2155.00\",\n                \"stakes\": \"1225.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"14241.00\",\n                \"net_revenue\": \"13913.00\",\n                \"total_bonus\": \"328.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": null,\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"3\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"4317.00\",\n                \"stakes\": \"1530.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"15552.00\",\n                \"net_revenue\": \"15199.00\",\n                \"total_bonus\": \"353.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": null,\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"4\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"2727.00\",\n                \"stakes\": \"1297.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"14593.00\",\n                \"net_revenue\": \"14428.00\",\n                \"total_bonus\": \"165.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": null,\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"5\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"3205.00\",\n                \"stakes\": \"1362.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"12968.00\",\n                \"net_revenue\": \"12733.00\",\n                \"total_bonus\": \"235.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"http://activewinsaffiliates.test/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&requesting_account_type=casino&currency=GBP&grouping=player&show_product_columns=0&paginate=1&per_page=50&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://activewinsaffiliates.test/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&requesting_account_type=casino&currency=GBP&grouping=player&show_product_columns=0&paginate=1&per_page=50&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://activewinsaffiliates.test/api/reporting/player\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 5,\n        \"total\": 5\n    },\n    \"totals\": {\n        \"total_deposits\": \"15104.00\",\n        \"total_stakes\": \"6835.00\",\n        \"total_chargebacks\": \"0.00\",\n        \"total_gross_revenue\": \"71056.00\",\n        \"total_net_revenue\": \"69629.00\",\n        \"total_cpa_commission\": \"15.00\",\n        \"total_cpa_ringfenced_commission\": \"0.00\",\n        \"total_revshare_commission\": \"0.00\",\n        \"total_revshare_allow_negative_commission\": \"0.00\",\n        \"total_commission\": \"15.00\",\n        \"total_bonus\": \"1427.00\",\n        \"total_cpa_count\": 1\n    }\n}"},{"id":"aa2b8679-d8b0-4396-bcfe-833cbc9c8ad6","name":"Get Player [Per Affiliate]","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{betfred-url}}/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&currency=GBP&grouping=player_by_day&requesting_account_type=affiliate&show_product_columns=0&page=1&per_page=50&paginate=1","host":["{{betfred-url}}"],"path":["api","reporting","player"],"query":[{"key":"start_date","value":"2019-09-01","description":"`String`. Required. Y-m-d format.  \nLower date bound for player activity."},{"key":"end_date","value":"2020-09-30","description":"`String`. Required. Y-m-d format.  \nUpper date bound for player activity."},{"key":"currency","value":"GBP","description":"`String`. Not required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"player_by_day","description":"`String`. Not required. e.g. player, player_by_day, player_by_month. Default: player.  \nIt indicates how data is grouped at the player level."},{"key":"requesting_account_type","value":"affiliate","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_product_columns","value":"0","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"page","value":"1","description":"`Integer`.  Required.  \nPage number of the requested page."},{"key":"per_page","value":"50","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Sep 2020 15:49:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X4bf00ec690e3e28c4236f3fb5803523a"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2019-09-01\",\n        \"end_date\": \"2020-09-30\",\n        \"requesting_account_type\": \"affiliate\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"player_by_day\",\n        \"show_product_columns\": \"0\",\n        \"paginate\": \"1\",\n        \"per_page\": \"50\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"3\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"655.00\",\n                \"stakes\": \"300.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3370.00\",\n                \"total_bonus\": \"97.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"4\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"849.00\",\n                \"stakes\": \"294.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2584.00\",\n                \"total_bonus\": \"17.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"5\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"748.00\",\n                \"stakes\": \"287.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3602.00\",\n                \"total_bonus\": \"33.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": 1,\n                \"resource_name\": \"Example Resource\",\n                \"resource_type\": \"testimonial\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": \"2020-09-24\",\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": \"2020-09-24\",\n                \"deposits\": \"266.00\",\n                \"stakes\": \"243.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2756.00\",\n                \"total_bonus\": \"63.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-28\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"70.00\",\n                \"stakes\": \"314.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"1566.00\",\n                \"total_bonus\": \"112.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-27\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"3\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"743.00\",\n                \"stakes\": \"262.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2535.00\",\n                \"total_bonus\": \"68.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-27\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"4\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"513.00\",\n                \"stakes\": \"221.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2302.00\",\n                \"total_bonus\": \"14.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-27\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"5\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"824.00\",\n                \"stakes\": \"266.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2169.00\",\n                \"total_bonus\": \"29.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-27\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": \"testimonial\",\n                \"resource_name\": \"Example Resource\",\n                \"resource_type\": \"testimonial\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": \"2020-09-24\",\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": \"2020-09-24\",\n                \"deposits\": \"596.00\",\n                \"stakes\": \"288.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2090.00\",\n                \"total_bonus\": \"37.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-27\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"612.00\",\n                \"stakes\": \"330.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3057.00\",\n                \"total_bonus\": \"58.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-26\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"3\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"993.00\",\n                \"stakes\": \"353.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3069.00\",\n                \"total_bonus\": \"29.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-26\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"4\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"241.00\",\n                \"stakes\": \"225.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2154.00\",\n                \"total_bonus\": \"41.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-26\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"5\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"567.00\",\n                \"stakes\": \"273.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2001.00\",\n                \"total_bonus\": \"58.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-26\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": \"testimonial\",\n                \"resource_name\": \"Example Resource\",\n                \"resource_type\": \"testimonial\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": \"2020-09-24\",\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": \"2020-09-24\",\n                \"deposits\": \"567.00\",\n                \"stakes\": \"236.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2486.00\",\n                \"total_bonus\": \"113.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-26\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"344.00\",\n                \"stakes\": \"200.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3756.00\",\n                \"total_bonus\": \"84.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-25\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"player_id\": \"5\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"618.00\",\n                \"stakes\": \"357.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"1923.00\",\n                \"total_bonus\": \"36.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-25\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": \"testimonial\",\n                \"resource_name\": \"Example Resource\",\n                \"resource_type\": \"testimonial\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": \"2020-09-24\",\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": \"2020-09-24\",\n                \"deposits\": \"684.00\",\n                \"stakes\": \"383.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3557.00\",\n                \"total_bonus\": \"15.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-25\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"374.00\",\n                \"stakes\": \"168.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2439.00\",\n                \"total_bonus\": \"11.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-25\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"3\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"945.00\",\n                \"stakes\": \"352.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3195.00\",\n                \"total_bonus\": \"113.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-25\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"4\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"408.00\",\n                \"stakes\": \"233.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3197.00\",\n                \"total_bonus\": \"43.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-24\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": \"testimonial\",\n                \"resource_name\": \"Example Resource\",\n                \"resource_type\": \"testimonial\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": \"2020-09-24\",\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": \"2020-09-24\",\n                \"deposits\": \"587.00\",\n                \"stakes\": \"271.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"2467.00\",\n                \"total_bonus\": \"118.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"15.00\",\n                \"total_commission\": \"15.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 1\n            },\n            {\n                \"activity_date\": \"2020-09-24\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"755.00\",\n                \"stakes\": \"213.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3095.00\",\n                \"total_bonus\": \"63.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-24\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"3\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"981.00\",\n                \"stakes\": \"263.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3030.00\",\n                \"total_bonus\": \"46.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-24\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"4\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"716.00\",\n                \"stakes\": \"324.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"4191.00\",\n                \"total_bonus\": \"50.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09-24\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"5\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"448.00\",\n                \"stakes\": \"179.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"3038.00\",\n                \"total_bonus\": \"79.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"http://activewinsaffiliates.test/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&requesting_account_type=affiliate&currency=GBP&grouping=player_by_day&show_product_columns=0&paginate=1&per_page=50&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://activewinsaffiliates.test/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&requesting_account_type=affiliate&currency=GBP&grouping=player_by_day&show_product_columns=0&paginate=1&per_page=50&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://activewinsaffiliates.test/api/reporting/player\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 25,\n        \"total\": 25\n    },\n    \"totals\": {\n        \"total_deposits\": \"15104.00\",\n        \"total_stakes\": \"6835.00\",\n        \"total_chargebacks\": \"0.00\",\n        \"total_net_revenue\": \"69629.00\",\n        \"total_cpa_commission\": \"15.00\",\n        \"total_cpa_ringfenced_commission\": \"0.00\",\n        \"total_revshare_commission\": \"0.00\",\n        \"total_revshare_allow_negative_commission\": \"0.00\",\n        \"total_commission\": \"15.00\",\n        \"total_bonus\": \"1427.00\",\n        \"total_cpa_count\": 1\n    }\n}"},{"id":"e591ad07-3f75-4898-a4bb-e2862084f1a6","name":"Get Player [Per Affiliate, By Month]","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{betfred-url}}/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&currency=GBP&grouping=player_by_month&requesting_account_type=affiliate&show_product_columns=0&page=1&per_page=50&paginate=1","host":["{{betfred-url}}"],"path":["api","reporting","player"],"query":[{"key":"start_date","value":"2019-09-01","description":"`String`. Required. Y-m-d format.  \nLower date bound for player activity."},{"key":"end_date","value":"2020-09-30","description":"`String`. Required. Y-m-d format.  \nUpper date bound for player activity."},{"key":"currency","value":"GBP","description":"`String`. Not required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"player_by_month","description":"`String`. Not required. e.g. player, player_by_day, player_by_month. Default: player.  \nIt indicates how data is grouped at the player level."},{"key":"requesting_account_type","value":"affiliate","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_product_columns","value":"0","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"page","value":"1","description":"`Integer`.  Required.  \nPage number of the requested page."},{"key":"per_page","value":"50","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 24 Sep 2020 15:46:08 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X505fc14ed7771dae119c10ff1900a1fd"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2019-09-01\",\n        \"end_date\": \"2020-09-30\",\n        \"requesting_account_type\": \"affiliate\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"player_by_month\",\n        \"show_product_columns\": \"0\",\n        \"paginate\": \"1\",\n        \"per_page\": \"50\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": \"2020-09\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": 1,\n                \"resource_name\": \"Example Resource\",\n                \"resource_type\": \"testimonial\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": \"2020-09-24\",\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": \"2020-09-24\",\n                \"deposits\": \"2700.00\",\n                \"stakes\": \"1421.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"13356.00\",\n                \"total_bonus\": \"346.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"15.00\",\n                \"total_commission\": \"15.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 1\n            },\n            {\n                \"activity_date\": \"2020-09\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"player_id\": \"4\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"2727.00\",\n                \"stakes\": \"1297.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"14428.00\",\n                \"total_bonus\": \"165.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"player_id\": \"2\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"2155.00\",\n                \"stakes\": \"1225.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"13913.00\",\n                \"total_bonus\": \"328.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"player_id\": \"5\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": null,\n                \"first_cpa_date\": null,\n                \"deposits\": \"3205.00\",\n                \"stakes\": \"1362.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"12733.00\",\n                \"total_bonus\": \"235.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2020-09\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Walker Inc Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"resource_id\": null,\n                \"resource_name\": null,\n                \"resource_type\": null,\n                \"player_id\": \"3\",\n                \"registered_date\": \"2020-09-24\",\n                \"first_deposit_date\": null,\n                \"first_bet_date\": \"2020-09-24\",\n                \"first_cpa_date\": null,\n                \"deposits\": \"4317.00\",\n                \"stakes\": \"1530.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"15199.00\",\n                \"total_bonus\": \"353.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"http://activewinsaffiliates.test/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&requesting_account_type=affiliate&currency=GBP&grouping=player_by_month&show_product_columns=0&paginate=1&per_page=50&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://activewinsaffiliates.test/api/reporting/player?start_date=2019-09-01&end_date=2020-09-30&requesting_account_type=affiliate&currency=GBP&grouping=player_by_month&show_product_columns=0&paginate=1&per_page=50&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://activewinsaffiliates.test/api/reporting/player\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 5,\n        \"total\": 5\n    },\n    \"totals\": {\n        \"total_deposits\": \"15104.00\",\n        \"total_stakes\": \"6835.00\",\n        \"total_chargebacks\": \"0.00\",\n        \"total_net_revenue\": \"69629.00\",\n        \"total_cpa_commission\": \"15.00\",\n        \"total_cpa_ringfenced_commission\": \"0.00\",\n        \"total_revshare_commission\": \"0.00\",\n        \"total_revshare_allow_negative_commission\": \"0.00\",\n        \"total_commission\": \"15.00\",\n        \"total_bonus\": \"1427.00\",\n        \"total_cpa_count\": 1\n    }\n}"}],"_postman_id":"2263032d-a98a-4159-b2b3-0f4411d8b725"}],"id":"a6dae963-308b-464f-8cf9-df06fdc41767","description":"<p>Returns details on the activity of players within a date range.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"3d1e85a9-5cd0-4194-9a76-c79592d5ec01","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c3181a58-2b2b-48a2-8e5f-0eaf9511faa2","type":"text/javascript","exec":[""]}}],"_postman_id":"a6dae963-308b-464f-8cf9-df06fdc41767"},{"name":"Affiliate Activity by Date Range","item":[{"name":"Get Affiliate","id":"30576a23-78a6-441e-9f29-1f41b467f9d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{betfred-url}}/api/reporting/affiliate?start_date=2024-05-01&end_date=2024-05-31&currency=GBP&grouping=affiliate&requesting_account_type=affiliate&show_by_site=1&show_product_columns=0&split_results_desktop_and_mobile=0&paginate=0&per_page=100&page=1","urlObject":{"path":["api","reporting","affiliate"],"host":["{{betfred-url}}"],"query":[{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Lower bound for the affiliate activity date.</p>\n","type":"text/plain"},"key":"start_date","value":"2024-05-01"},{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Upper bound for the affiliate activity date.</p>\n","type":"text/plain"},"key":"end_date","value":"2024-05-31"},{"description":{"content":"<p><code>String</code>. Required. e.g. GBP, USD, EUR. Default: GBP.<br />Currency the report filters to (It’s not a conversion to that currency).</p>\n","type":"text/plain"},"key":"currency","value":"GBP"},{"description":{"content":"<p><code>String</code>. Required. e.g. affiliate, affiliate_by_day, affiliate_by_month<br />It indicates how data is grouped at the affiliate profile level. </p>\n","type":"text/plain"},"key":"grouping","value":"affiliate"},{"description":{"content":"<p><code>String</code>. Required. e.g. affiliate, casino<br />The type of account that is requesting the report.</p>\n","type":"text/plain"},"key":"requesting_account_type","value":"affiliate"},{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1 or 0. Default: 0<br />Whether the report shows activity by affiliate profile AND affiliate site ID.</p>\n","type":"text/plain"},"key":"show_by_site","value":"1"},{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1 or 0. Default: 0<br />Whether product columns are returned in the response.</p>\n","type":"text/plain"},"key":"show_product_columns","value":"0"},{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1 or 0. Default: 0<br />Split the product columns across desktop and mobile subsets.</p>\n","type":"text/plain"},"key":"split_results_desktop_and_mobile","value":"0"},{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1, 0, Default: 1.<br />Whether results are returned by page or in full.</p>\n","type":"text/plain"},"key":"paginate","value":"0"},{"description":{"content":"<p><code>Integer</code>.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.<br />Number of rows per page.</p>\n","type":"text/plain"},"key":"per_page","value":"100"},{"description":{"content":"<p><code>Integer</code>. Required if \"paginate\" is provided. e.g. 1, 2.<br />Page number of the requested page.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p><code>Integer</code>. Not Required. Id of Casino</p>\n","type":"text/plain"},"key":"casino","value":"1"}],"variable":[]}},"response":[{"id":"9ba6c039-4bd1-4cc6-9311-16b97cf93f7b","name":"Get Affiliate [No Pagination]","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"url":{"raw":"{{betfred-url}}/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&currency=GBP&grouping=affiliate&requesting_account_type=affiliate&show_by_site=1&show_product_columns=0&paginate=0&per_page=100&page=1","host":["{{betfred-url}}"],"path":["api","reporting","affiliate"],"query":[{"key":"start_date","value":"2023-08-01","description":"`String`. Required. Y-m-d format.  \nLower bound for the affiliate activity date."},{"key":"end_date","value":"2023-09-29","description":"`String`. Required. Y-m-d format.  \nUpper bound for the affiliate activity date."},{"key":"currency","value":"GBP","description":"`String`. Required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"affiliate","description":"`String`. Required. e.g. affiliate, affiliate_by_day, affiliate_by_month  \nIt indicates how data is grouped at the affiliate profile level. "},{"key":"requesting_account_type","value":"affiliate","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_by_site","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether the report shows activity by affiliate profile AND affiliate site ID."},{"key":"show_product_columns","value":"0","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"paginate","value":"0","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."},{"key":"per_page","value":"100","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"page","value":"1","description":"`Integer`. Required if \"paginate\" is provided. e.g. 1, 2.  \nPage number of the requested page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 04 Sep 2023 13:39:48 GMT"},{"key":"Server","value":"nginx/1.24.0"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2023-08-01\",\n        \"end_date\": \"2023-09-29\",\n        \"requesting_account_type\": \"affiliate\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"affiliate\",\n        \"show_by_site\": \"1\",\n        \"show_product_columns\": \"0\",\n        \"paginate\": \"0\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": [\n        {\n            \"activity_date\": null,\n            \"casino_id\": 1,\n            \"casino_name\": \"Kovacek PLC Casino\",\n            \"account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"clicks\": 0,\n            \"registrations\": 2,\n            \"registration_ratio\": 0,\n            \"ftd_count\": 2,\n            \"active_accounts\": 0,\n            \"depositing_accounts\": 0,\n            \"wagering_accounts\": 0,\n            \"net_player\": \"0.00\",\n            \"deposits\": \"2518.00\",\n            \"stakes\": \"1241.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"-610.00\",\n            \"total_bonus\": \"303.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"cpa_count\": 0\n        },\n        {\n            \"activity_date\": null,\n            \"casino_id\": 2,\n            \"casino_name\": \"Kozey-Reilly Casino\",\n            \"account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"clicks\": 0,\n            \"registrations\": 2,\n            \"registration_ratio\": 0,\n            \"ftd_count\": 2,\n            \"active_accounts\": 0,\n            \"depositing_accounts\": 0,\n            \"wagering_accounts\": 0,\n            \"net_player\": \"0.00\",\n            \"deposits\": \"2858.00\",\n            \"stakes\": \"1138.00\",\n            \"chargebacks\": \"0.00\",\n            \"net_revenue\": \"-3403.00\",\n            \"total_bonus\": \"294.00\",\n            \"revshare_commission\": \"0.00\",\n            \"cpa_commission\": \"0.00\",\n            \"total_commission\": \"0.00\",\n            \"cpa_count\": 0\n        }\n    ],\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 4,\n        \"registration_ratio\": 0,\n        \"ftd_count\": 4,\n        \"active_accounts\": 0,\n        \"depositing_accounts\": 0,\n        \"wagering_accounts\": 0,\n        \"net_player\": \"0.00\",\n        \"deposits\": \"5376.00\",\n        \"stakes\": \"2379.00\",\n        \"chargebacks\": \"0.00\",\n        \"net_revenue\": \"-4013.00\",\n        \"total_bonus\": \"597.00\",\n        \"revshare_commission\": \"0.00\",\n        \"cpa_commission\": \"0.00\",\n        \"total_commission\": \"0.00\",\n        \"cpa_count\": 0\n    }\n}"},{"id":"ed0cbac5-219b-4714-897b-c96adc70282b","name":"Get Affiliate [Per Affiliate]","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"url":{"raw":"{{betfred-url}}/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&currency=GBP&grouping=affiliate_by_day&requesting_account_type=affiliate&show_by_site=1&show_product_columns=0&paginate=1&per_page=100&page=1","host":["{{betfred-url}}"],"path":["api","reporting","affiliate"],"query":[{"key":"start_date","value":"2023-08-01","description":"`String`. Required. Y-m-d format.  \nLower bound for the affiliate activity date."},{"key":"end_date","value":"2023-09-29","description":"`String`. Required. Y-m-d format.  \nUpper bound for the affiliate activity date."},{"key":"currency","value":"GBP","description":"`String`. Required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"affiliate_by_day","description":"`String`. Required. e.g. affiliate, affiliate_by_day, affiliate_by_month  \nIt indicates how data is grouped at the affiliate profile level. "},{"key":"requesting_account_type","value":"affiliate","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_by_site","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether the report shows activity by affiliate profile AND affiliate site ID."},{"key":"show_product_columns","value":"0","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."},{"key":"per_page","value":"100","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"page","value":"1","description":"`Integer`. Required if \"paginate\" is provided. e.g. 1, 2.  \nPage number of the requested page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 04 Sep 2023 13:40:36 GMT"},{"key":"Server","value":"nginx/1.24.0"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"58"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2023-08-01\",\n        \"end_date\": \"2023-09-29\",\n        \"requesting_account_type\": \"affiliate\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"affiliate_by_day\",\n        \"show_by_site\": \"1\",\n        \"show_product_columns\": \"0\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": \"2023-08-02\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Kovacek PLC Casino\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 0,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 0,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"net_player\": \"0.00\",\n                \"deposits\": \"601.00\",\n                \"stakes\": \"717.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"-1138.00\",\n                \"total_bonus\": \"163.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-02\",\n                \"casino_id\": 2,\n                \"casino_name\": \"Kozey-Reilly Casino\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 0,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 0,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"net_player\": \"0.00\",\n                \"deposits\": \"1179.00\",\n                \"stakes\": \"522.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"-1956.00\",\n                \"total_bonus\": \"183.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-01\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Kovacek PLC Casino\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 2,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"net_player\": \"0.00\",\n                \"deposits\": \"1917.00\",\n                \"stakes\": \"524.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"528.00\",\n                \"total_bonus\": \"140.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-01\",\n                \"casino_id\": 2,\n                \"casino_name\": \"Kozey-Reilly Casino\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 2,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"net_player\": \"0.00\",\n                \"deposits\": \"1679.00\",\n                \"stakes\": \"616.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"-1447.00\",\n                \"total_bonus\": \"111.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"https://betfred-app.test/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&requesting_account_type=affiliate&currency=GBP&grouping=affiliate_by_day&show_by_site=1&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"https://betfred-app.test/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&requesting_account_type=affiliate&currency=GBP&grouping=affiliate_by_day&show_by_site=1&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"https://betfred-app.test/api/reporting/affiliate\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 4,\n        \"total\": 4\n    },\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 4,\n        \"registration_ratio\": 0,\n        \"ftd_count\": 4,\n        \"active_accounts\": 0,\n        \"depositing_accounts\": 0,\n        \"wagering_accounts\": 0,\n        \"net_player\": \"0.00\",\n        \"deposits\": \"5376.00\",\n        \"stakes\": \"2379.00\",\n        \"chargebacks\": \"0.00\",\n        \"net_revenue\": \"-4013.00\",\n        \"total_bonus\": \"597.00\",\n        \"revshare_commission\": \"0.00\",\n        \"cpa_commission\": \"0.00\",\n        \"total_commission\": \"0.00\",\n        \"cpa_count\": 0\n    }\n}"},{"id":"28e04af9-4c30-4ddd-b79a-45cd420efc50","name":"Get Affiliate [Per Casino]","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"url":{"raw":"{{betfred-url}}/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&currency=GBP&grouping=affiliate_by_day&requesting_account_type=casino&show_by_site=1&show_product_columns=0&paginate=1&per_page=100&page=1","host":["{{betfred-url}}"],"path":["api","reporting","affiliate"],"query":[{"key":"start_date","value":"2023-08-01","description":"`String`. Required. Y-m-d format.  \nLower bound for the affiliate activity date."},{"key":"end_date","value":"2023-09-29","description":"`String`. Required. Y-m-d format.  \nUpper bound for the affiliate activity date."},{"key":"currency","value":"GBP","description":"`String`. Required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"affiliate_by_day","description":"`String`. Required. e.g. affiliate, affiliate_by_day, affiliate_by_month  \nIt indicates how data is grouped at the affiliate profile level. "},{"key":"requesting_account_type","value":"casino","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_by_site","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether the report shows activity by affiliate profile AND affiliate site ID."},{"key":"show_product_columns","value":"0","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."},{"key":"per_page","value":"100","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"page","value":"1","description":"`Integer`. Required if \"paginate\" is provided. e.g. 1, 2.  \nPage number of the requested page."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 04 Sep 2023 13:41:10 GMT"},{"key":"Server","value":"nginx/1.24.0"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"58"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2023-08-01\",\n        \"end_date\": \"2023-09-29\",\n        \"requesting_account_type\": \"casino\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"affiliate_by_day\",\n        \"show_by_site\": \"1\",\n        \"show_product_columns\": \"0\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": \"2023-08-02\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Kovacek PLC Casino\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 0,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 0,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"gross_player\": \"0.00\",\n                \"net_player\": \"0.00\",\n                \"deposits\": \"601.00\",\n                \"stakes\": \"717.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"-975.00\",\n                \"net_revenue\": \"-1138.00\",\n                \"total_bonus\": \"163.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-02\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Kovacek PLC Casino\",\n                \"affiliate_profile_id\": 2,\n                \"affiliate_profile_username\": \"temporibus\",\n                \"clicks\": 0,\n                \"registrations\": 0,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 0,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"gross_player\": \"0.00\",\n                \"net_player\": \"0.00\",\n                \"deposits\": \"783.00\",\n                \"stakes\": \"541.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"2618.00\",\n                \"net_revenue\": \"2499.00\",\n                \"total_bonus\": \"119.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-01\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Kovacek PLC Casino\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 2,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"gross_player\": \"0.00\",\n                \"net_player\": \"0.00\",\n                \"deposits\": \"1917.00\",\n                \"stakes\": \"524.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"668.00\",\n                \"net_revenue\": \"528.00\",\n                \"total_bonus\": \"140.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-01\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Kovacek PLC Casino\",\n                \"affiliate_profile_id\": 2,\n                \"affiliate_profile_username\": \"temporibus\",\n                \"clicks\": 0,\n                \"registrations\": 2,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"gross_player\": \"0.00\",\n                \"net_player\": \"0.00\",\n                \"deposits\": \"931.00\",\n                \"stakes\": \"477.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"1302.00\",\n                \"net_revenue\": \"1192.00\",\n                \"total_bonus\": \"110.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"https://betfred-app.test/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&requesting_account_type=casino&currency=GBP&grouping=affiliate_by_day&show_by_site=1&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"https://betfred-app.test/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&requesting_account_type=casino&currency=GBP&grouping=affiliate_by_day&show_by_site=1&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"https://betfred-app.test/api/reporting/affiliate\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 4,\n        \"total\": 4\n    },\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 4,\n        \"registration_ratio\": 0,\n        \"ftd_count\": 4,\n        \"active_accounts\": 0,\n        \"depositing_accounts\": 0,\n        \"wagering_accounts\": 0,\n        \"net_player\": \"0.00\",\n        \"deposits\": \"4232.00\",\n        \"stakes\": \"2259.00\",\n        \"chargebacks\": \"0.00\",\n        \"gross_revenue\": \"3613.00\",\n        \"net_revenue\": \"3081.00\",\n        \"total_bonus\": \"532.00\",\n        \"revshare_commission\": \"0.00\",\n        \"cpa_commission\": \"0.00\",\n        \"total_commission\": \"0.00\",\n        \"cpa_count\": 0\n    }\n}"},{"id":"37d12240-1ec3-4aa5-abe4-dfb710ac9350","name":"Get Affiliate [Per Affiliate, With Product Columns]]","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"url":{"raw":"{{betfred-url}}/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&currency=GBP&grouping=affiliate_by_day&requesting_account_type=affiliate&show_by_site=1&show_product_columns=1&paginate=1&per_page=100&page=1&split_results_desktop_and_mobile=1","host":["{{betfred-url}}"],"path":["api","reporting","affiliate"],"query":[{"key":"start_date","value":"2023-08-01","description":"`String`. Required. Y-m-d format.  \nLower bound for the affiliate activity date."},{"key":"end_date","value":"2023-09-29","description":"`String`. Required. Y-m-d format.  \nUpper bound for the affiliate activity date."},{"key":"currency","value":"GBP","description":"`String`. Required. e.g. GBP, USD, EUR. Default: GBP.  \nCurrency the report filters to (It’s not a conversion to that currency)."},{"key":"grouping","value":"affiliate_by_day","description":"`String`. Required. e.g. affiliate, affiliate_by_day, affiliate_by_month  \nIt indicates how data is grouped at the affiliate profile level. "},{"key":"requesting_account_type","value":"affiliate","description":"`String`. Required. e.g. affiliate, casino  \nThe type of account that is requesting the report."},{"key":"show_by_site","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether the report shows activity by affiliate profile AND affiliate site ID."},{"key":"show_product_columns","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nWhether product columns are returned in the response."},{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."},{"key":"per_page","value":"100","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"page","value":"1","description":"`Integer`. Required if \"paginate\" is provided. e.g. 1, 2.  \nPage number of the requested page."},{"key":"split_results_desktop_and_mobile","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0. Default: 0  \nSplit the product columns across desktop and mobile subsets."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 05 Sep 2023 10:10:56 GMT"},{"key":"Server","value":"nginx/1.24.0"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"58"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2023-08-01\",\n        \"end_date\": \"2023-09-29\",\n        \"requesting_account_type\": \"affiliate\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"affiliate_by_day\",\n        \"show_by_site\": \"1\",\n        \"show_product_columns\": \"1\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\",\n        \"split_results_desktop_and_mobile\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": \"2023-08-02\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Kovacek PLC Casino\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 0,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 0,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"net_player\": \"0.00\",\n                \"deposits\": \"601.00\",\n                \"stakes\": \"717.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"-1138.00\",\n                \"desktop_sportsbook_bets\": 11,\n                \"desktop_sportsbook_wagered\": \"151.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"-194.00\",\n                \"desktop_casino_bets\": 11,\n                \"desktop_casino_wagered\": \"188.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"432.00\",\n                \"desktop_games_bets\": 6,\n                \"desktop_games_wagered\": \"109.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"-1001.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"163.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-02\",\n                \"casino_id\": 2,\n                \"casino_name\": \"Kozey-Reilly Casino\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 0,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 0,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"net_player\": \"0.00\",\n                \"deposits\": \"1179.00\",\n                \"stakes\": \"522.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"-1956.00\",\n                \"desktop_sportsbook_bets\": 11,\n                \"desktop_sportsbook_wagered\": \"95.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"-589.00\",\n                \"desktop_casino_bets\": 7,\n                \"desktop_casino_wagered\": \"81.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"317.00\",\n                \"desktop_games_bets\": 5,\n                \"desktop_games_wagered\": \"120.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"-1768.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"183.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-01\",\n                \"casino_id\": 1,\n                \"casino_name\": \"Kovacek PLC Casino\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 2,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"net_player\": \"0.00\",\n                \"deposits\": \"1917.00\",\n                \"stakes\": \"524.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"528.00\",\n                \"desktop_sportsbook_bets\": 10,\n                \"desktop_sportsbook_wagered\": \"95.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"-913.00\",\n                \"desktop_casino_bets\": 14,\n                \"desktop_casino_wagered\": \"58.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"-202.00\",\n                \"desktop_games_bets\": 8,\n                \"desktop_games_wagered\": \"78.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"-865.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"140.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": \"2023-08-01\",\n                \"casino_id\": 2,\n                \"casino_name\": \"Kozey-Reilly Casino\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 2,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"active_accounts\": 0,\n                \"depositing_accounts\": 0,\n                \"wagering_accounts\": 0,\n                \"net_player\": \"0.00\",\n                \"deposits\": \"1679.00\",\n                \"stakes\": \"616.00\",\n                \"chargebacks\": \"0.00\",\n                \"net_revenue\": \"-1447.00\",\n                \"desktop_sportsbook_bets\": 11,\n                \"desktop_sportsbook_wagered\": \"121.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"-1287.00\",\n                \"desktop_casino_bets\": 6,\n                \"desktop_casino_wagered\": \"111.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ngr\": \"-893.00\",\n                \"desktop_games_bets\": 12,\n                \"desktop_games_wagered\": \"101.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ngr\": \"-365.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"total_bonus\": \"111.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"https://betfred-app.test/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&requesting_account_type=affiliate&currency=GBP&grouping=affiliate_by_day&show_by_site=1&show_product_columns=1&paginate=1&per_page=100&split_results_desktop_and_mobile=1&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"https://betfred-app.test/api/reporting/affiliate?start_date=2023-08-01&end_date=2023-09-29&requesting_account_type=affiliate&currency=GBP&grouping=affiliate_by_day&show_by_site=1&show_product_columns=1&paginate=1&per_page=100&split_results_desktop_and_mobile=1&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"https://betfred-app.test/api/reporting/affiliate\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 4,\n        \"total\": 4\n    },\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 4,\n        \"registration_ratio\": 0,\n        \"ftd_count\": 4,\n        \"active_accounts\": 0,\n        \"depositing_accounts\": 0,\n        \"wagering_accounts\": 0,\n        \"net_player\": \"0.00\",\n        \"deposits\": \"5376.00\",\n        \"stakes\": \"2379.00\",\n        \"chargebacks\": \"0.00\",\n        \"net_revenue\": \"-4013.00\",\n        \"desktop_sportsbook_bets\": 43,\n        \"desktop_sportsbook_wagered\": \"462.00\",\n        \"desktop_sportsbook_bonus\": \"0.00\",\n        \"desktop_sportsbook_ngr\": \"-2983.00\",\n        \"desktop_casino_bets\": 38,\n        \"desktop_casino_wagered\": \"438.00\",\n        \"desktop_casino_bonus\": \"0.00\",\n        \"desktop_casino_ngr\": \"-346.00\",\n        \"desktop_games_bets\": 31,\n        \"desktop_games_wagered\": \"408.00\",\n        \"desktop_games_bonus\": \"0.00\",\n        \"desktop_games_ngr\": \"-3999.00\",\n        \"mobile_sportsbook_bets\": 0,\n        \"mobile_sportsbook_wagered\": \"0.00\",\n        \"mobile_sportsbook_bonus\": \"0.00\",\n        \"mobile_sportsbook_ngr\": \"0.00\",\n        \"mobile_casino_bets\": 0,\n        \"mobile_casino_wagered\": \"0.00\",\n        \"mobile_casino_bonus\": \"0.00\",\n        \"mobile_casino_ngr\": \"0.00\",\n        \"mobile_games_bets\": 0,\n        \"mobile_games_wagered\": \"0.00\",\n        \"mobile_games_bonus\": \"0.00\",\n        \"mobile_games_ngr\": \"0.00\",\n        \"total_bonus\": \"597.00\",\n        \"revshare_commission\": \"0.00\",\n        \"cpa_commission\": \"0.00\",\n        \"total_commission\": \"0.00\",\n        \"cpa_count\": 0\n    }\n}"}],"_postman_id":"30576a23-78a6-441e-9f29-1f41b467f9d0"}],"id":"cd22c424-a54e-4b00-b18f-c5f552262795","description":"<p>Returns details on the activity of affiliates within a date range.</p>\n","_postman_id":"cd22c424-a54e-4b00-b18f-c5f552262795"},{"name":"Dynamic Parameter Activity By Date Range","item":[{"name":"Get Dynamic Parameter","id":"4202fad0-831e-4798-9778-1d43c0f2fc37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{betfred-url}}/api/reporting/dynamic-parameter?start_date=2024-05-01&end_date=2024-05-31&requesting_account_type=affiliate&currency=GBP&casino=1&dynamic_parameter=s1&grouping=dynamic_parameter&paginate=1&per_page=100&page=1&split_results_desktop_and_mobile=0","urlObject":{"path":["api","reporting","dynamic-parameter"],"host":["{{betfred-url}}"],"query":[{"description":{"content":"<p>Required. Date in YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"start_date","value":"2024-05-01"},{"description":{"content":"<p>Required. Date in YYYY-MM-DD format.</p>\n","type":"text/plain"},"key":"end_date","value":"2024-05-31"},{"description":{"content":"<p>Required. </p>\n<p>e.g. affiliate, casino  </p>\n<p>The type of account that is requesting the report.</p>\n","type":"text/plain"},"key":"requesting_account_type","value":"affiliate"},{"description":{"content":"<p>Required. Currency of the report.</p>\n","type":"text/plain"},"key":"currency","value":"GBP"},{"description":{"content":"<p>Required. Positive integer.</p>\n","type":"text/plain"},"key":"casino","value":"1"},{"description":{"content":"<p>Required.\ns1, s2, s3</p>\n","type":"text/plain"},"key":"dynamic_parameter","value":"s1"},{"disabled":true,"description":{"content":"<p>Optional. Search for a specific parameter value.</p>\n","type":"text/plain"},"key":"dynamic_parameter_value","value":"TOUCH"},{"disabled":true,"description":{"content":"<p>Optional.</p>\n","type":"text/plain"},"key":"affiliate_profile_id","value":"956"},{"description":{"content":"<p>Required.</p>\n<p>dynamic_parameter, dynamic_parameter_by_day, dynamic_parameter_by_month</p>\n","type":"text/plain"},"key":"grouping","value":"dynamic_parameter"},{"description":{"content":"<p>Optional. 1 or 0.</p>\n","type":"text/plain"},"key":"paginate","value":"1"},{"description":{"content":"<p>Optional. </p>\n<p>50, 100, 150, 200, 250, 500, 1000.</p>\n","type":"text/plain"},"key":"per_page","value":"100"},{"description":{"content":"<p>Required if paginate = 1. Select which page of data you would like.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Optional. 1 or 0. \nSplit the product columns into their respective categories.</p>\n","type":"text/plain"},"key":"split_results_desktop_and_mobile","value":"0"}],"variable":[]}},"response":[{"id":"763c4141-1ada-4b15-bd24-e11607acf521","name":"Get Dynamic Parameter","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"}],"url":{"raw":"{{url}}/api/reporting/dynamic-parameter?start_date=2023-10-01&end_date=2023-10-01&requesting_account_type=affiliate&currency=NGN&vendor=1&dynamic_parameter=s1&affiliate_profile_id=1&grouping=dynamic_parameter&paginate=1&per_page=100&page=1","host":["{{url}}"],"path":["api","reporting","dynamic-parameter"],"query":[{"key":"start_date","value":"2023-10-01","description":"Required. Date in YYYY-MM-DD format."},{"key":"end_date","value":"2023-10-01","description":"Required. Date in YYYY-MM-DD format."},{"key":"requesting_account_type","value":"affiliate","description":"Required. \n\ne.g. affiliate, vendor  \n\nThe type of account that is requesting the report."},{"key":"currency","value":"NGN","description":"Required. Currency of the report."},{"key":"vendor","value":"1","description":"Required. Positive integer."},{"key":"dynamic_parameter","value":"s1","description":"Required.\ns1, s2, s3"},{"key":"dynamic_parameter_value","value":"TOUCH","description":"Optional. Search for a specific parameter value.","type":"text","disabled":true},{"key":"affiliate_profile_id","value":"1","description":"Optional."},{"key":"grouping","value":"dynamic_parameter","description":"Required.\n\ndynamic_parameter, dynamic_parameter_by_day, dynamic_parameter_by_month"},{"key":"paginate","value":"1","description":"Optional. 1 or 0."},{"key":"per_page","value":"100","description":"Optional. \n\n50, 100, 150, 200, 250, 500, 1000."},{"key":"page","value":"1","description":"Required if paginate = 1. Select which page of data you would like."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com storage.bannernow.com banner-now-test.com storage.noviassets.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com fonts.bunny.net;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com fonts.bunny.net use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io storage.bannernow.com banner-now-test.com storage.noviassets.com;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 02 Nov 2023 08:58:06 GMT"},{"key":"Server","value":"nginx/1.24.0"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2023-10-01\",\n        \"end_date\": \"2023-10-01\",\n        \"requesting_account_type\": \"affiliate\",\n        \"currency\": \"NGN\",\n        \"vendor\": \"1\",\n        \"affiliate_profile_id\": \"1\",\n        \"dynamic_parameter\": \"s1\",\n        \"grouping\": \"dynamic_parameter\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"start_date\": \"2023-10-01\",\n                \"end_date\": \"2023-10-01\",\n                \"activity_date\": null,\n                \"currency\": \"NGN\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Koch Group Casino\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"dynamic_parameter\": \"s1\",\n                \"dynamic_parameter_value\": \"laboriosam\",\n                \"clicks\": 0,\n                \"registrations\": 0,\n                \"registration_ratio\": 0,\n                \"deposits\": \"47000000100.42\",\n                \"bet_count\": 10,\n                \"ftd_count\": 1,\n                \"wagered\": \"47000009060.42\",\n                \"gross_revenue\": \"3495.36\",\n                \"net_revenue\": \"3355.36\",\n                \"new_depositing_player_count\": 1,\n                \"depositing_player_count\": 1,\n                \"wagering_player_count\": 1,\n                \"active_player_count\": 1,\n                \"new_active_player_count\": 1,\n                \"poker_bets\": 2,\n                \"poker_wagered\": \"100.00\",\n                \"poker_rake\": \"0.00\",\n                \"poker_bonus\": \"0.00\",\n                \"poker_fees\": \"0.00\",\n                \"poker_ggr\": \"1000.00\",\n                \"poker_ngr\": \"0.00\",\n                \"poker_revshare_commission\": \"0.00\",\n                \"bingo_wagered\": \"0.00\",\n                \"bingo_bonus\": \"0.00\",\n                \"bingo_ggr\": \"0.00\",\n                \"bingo_ngr\": \"0.00\",\n                \"bingo_revshare_commission\": \"0.00\",\n                \"sidegames_bets\": 3,\n                \"sidegames_wagered\": \"47000000100.42\",\n                \"sidegames_bonus\": \"10.00\",\n                \"sidegames_ggr\": \"150.36\",\n                \"sidegames_ngr\": \"0.00\",\n                \"sidegames_revshare_commission\": \"0.00\",\n                \"desktop_sportsbook_bets\": 2,\n                \"desktop_sportsbook_wagered\": \"40.00\",\n                \"desktop_sportsbook_bonus\": \"10.00\",\n                \"desktop_sportsbook_ggr\": \"-500.00\",\n                \"desktop_sportsbook_ngr\": \"0.00\",\n                \"desktop_casino_bets\": 2,\n                \"desktop_casino_wagered\": \"20.00\",\n                \"desktop_casino_bonus\": \"10.00\",\n                \"desktop_casino_ggr\": \"-150.00\",\n                \"desktop_casino_ngr\": \"0.00\",\n                \"desktop_games_bets\": 1,\n                \"desktop_games_wagered\": \"8800.00\",\n                \"desktop_games_bonus\": \"10.00\",\n                \"desktop_games_ggr\": \"2995.00\",\n                \"desktop_games_ngr\": \"0.00\",\n                \"mobile_sportsbook_bets\": 0,\n                \"mobile_sportsbook_wagered\": \"0.00\",\n                \"mobile_sportsbook_bonus\": \"0.00\",\n                \"mobile_sportsbook_ggr\": \"0.00\",\n                \"mobile_sportsbook_ngr\": \"0.00\",\n                \"mobile_casino_bets\": 0,\n                \"mobile_casino_wagered\": \"0.00\",\n                \"mobile_casino_bonus\": \"0.00\",\n                \"mobile_casino_ggr\": \"0.00\",\n                \"mobile_casino_ngr\": \"0.00\",\n                \"mobile_games_bets\": 0,\n                \"mobile_games_wagered\": \"0.00\",\n                \"mobile_games_bonus\": \"0.00\",\n                \"mobile_games_ggr\": \"0.00\",\n                \"mobile_games_ngr\": \"0.00\",\n                \"sportsbook_bets\": 2,\n                \"sportsbook_wagered\": \"40.00\",\n                \"sportsbook_bonus\": \"10.00\",\n                \"sportsbook_ggr\": \"-500.00\",\n                \"sportsbook_ngr\": \"0.00\",\n                \"sportsbook_revshare_commission\": \"0.00\",\n                \"casino_bets\": 2,\n                \"casino_wagered\": \"20.00\",\n                \"casino_bonus\": \"10.00\",\n                \"casino_ggr\": \"-150.00\",\n                \"casino_ngr\": \"0.00\",\n                \"casino_revshare_commission\": \"0.00\",\n                \"games_bets\": 1,\n                \"games_wagered\": \"8800.00\",\n                \"games_bonus\": \"10.00\",\n                \"games_ggr\": \"2995.00\",\n                \"games_ngr\": \"0.00\",\n                \"games_revshare_commission\": \"0.00\",\n                \"revshare_commission\": \"0.41\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"100.41\",\n                \"cpa_count\": 1\n            }\n        ],\n        \"first_page_url\": \"https://raven-app.test/api/reporting/dynamic-parameter?start_date=2023-10-01&end_date=2023-10-01&requesting_account_type=affiliate&currency=NGN&vendor=1&affiliate_profile_id=1&dynamic_parameter=s1&grouping=dynamic_parameter&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"https://raven-app.test/api/reporting/dynamic-parameter?start_date=2023-10-01&end_date=2023-10-01&requesting_account_type=affiliate&currency=NGN&vendor=1&affiliate_profile_id=1&dynamic_parameter=s1&grouping=dynamic_parameter&paginate=1&per_page=100&page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://raven-app.test/api/reporting/dynamic-parameter?start_date=2023-10-01&end_date=2023-10-01&requesting_account_type=affiliate&currency=NGN&vendor=1&affiliate_profile_id=1&dynamic_parameter=s1&grouping=dynamic_parameter&paginate=1&per_page=100&page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": null,\n        \"path\": \"https://raven-app.test/api/reporting/dynamic-parameter\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 1,\n        \"total\": 1\n    },\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 0,\n        \"registrations_ratio\": 0,\n        \"new_account_ratio\": 0,\n        \"deposits\": \"47000000100.42\",\n        \"bet_count\": 10,\n        \"ftd_count\": 1,\n        \"wagered\": \"47000009060.42\",\n        \"net_revenue\": \"3355.36\",\n        \"new_depositing_player_count\": 1,\n        \"depositing_player_count\": 1,\n        \"wagering_player_count\": 1,\n        \"active_player_count\": 1,\n        \"new_active_player_count\": 1,\n        \"currency\": \"NGN\",\n        \"account_type\": \"affiliate\"\n    }\n}"}],"_postman_id":"4202fad0-831e-4798-9778-1d43c0f2fc37"}],"id":"cc87015b-26c9-431d-ac14-df200903dc68","_postman_id":"cc87015b-26c9-431d-ac14-df200903dc68","description":""}],"id":"be9fb850-ddd1-4d74-82f4-768e32882d52","description":"<p>This is a collection of API endpoints that return data as found within the reports in the This is a collection of API endpoints that return data as found within the reports in the application.</p>\n<p>You will get a 202 HTTP Status Code if reports/imports/commissions are generating within the app. This is because all data has not yet been proccessed.</p>\n","event":[{"listen":"prerequest","script":{"id":"4a1a00c8-670a-4c20-8f55-6254aa0fcd0a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d2819f63-d07d-4e7e-9159-96e60ca5c7e7","type":"text/javascript","exec":[""]}}],"_postman_id":"be9fb850-ddd1-4d74-82f4-768e32882d52"},{"name":"Track","item":[{"name":"Local","item":[{"name":"Click Lookup","id":"708e69b9-0418-468d-a8d0-041f017211c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{betfred-track-url}}/api/click/lookup?click_id=1&by=click","description":"<p>This endpoint is used to look up information about a particular click. This is mainly used by users to navigate around recent ITP2.2 issues or to implement parallel tracking in Google Ads.</p>\n","urlObject":{"path":["api","click","lookup"],"host":["{{betfred-track-url}}"],"query":[{"description":{"content":"<p><code>Alpha Numeric</code>. Required.  e.g. 12345\nDepending on which method you are selecting by, this is our internal click id, microsoft click id or google click id.</p>\n","type":"text/plain"},"key":"click_id","value":"1"},{"description":{"content":"<p><code>String</code>. Required. Allowed values: click, ms, google.<br />Look up the click by our internal click id, the microsoft click id or the google click id.</p>\n","type":"text/plain"},"key":"by","value":"click"}],"variable":[]}},"response":[{"id":"104cb8ee-5368-4681-94ac-d2ea82f8d851","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":{"raw":"{{betfred-track-url}}/api/click/lookup?click_id=1&by=click","host":["{{betfred-track-url}}"],"path":["api","click","lookup"],"query":[{"key":"click_id","value":"1","description":"`Alpha Numeric`. Required.  e.g. 12345\nDepending on which method you are selecting by, this is our internal click id, microsoft click id or google click id."},{"key":"by","value":"click","description":"`String`. Required. Allowed values: click, ms, google.  \nLook up the click by our internal click id, the microsoft click id or the google click id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 05 Dec 2022 14:49:52 GMT"},{"key":"Server","value":"nginx/1.22.1"},{"key":"X-Powered-By","value":"PHP/7.2.34"},{"key":"X-Ratelimit-Limit","value":"60"},{"key":"X-Ratelimit-Remaining","value":"59"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"click_id\": 1,\n    \"click_date\": \"2022-10-02 00:00:00\",\n    \"campaign_id\": 1,\n    \"campaign_username\": \"test\",\n    \"currency\": \"GBP\",\n    \"landing_page_id\": 1,\n    \"user_agent\": null,\n    \"referrer_url\": null,\n    \"device\": null,\n    \"ip_address\": null,\n    \"country_code\": \"LS\",\n    \"affiliate_profile_id\": 1,\n    \"affiliate_username\": \"test\",\n    \"site_id\": null,\n    \"resource_id\": null,\n    \"gclid\": \"ab\",\n    \"msclkid\": null,\n    \"s1\": \"earum\",\n    \"s2\": \"omnis\",\n    \"s3\": \"enim\",\n    \"t1\": \"ipsa\",\n    \"t2\": \"aut\",\n    \"t3\": null,\n    \"test\": 0,\n    \"tracking_tag_information\": {\n        \"Btag\": \"a_b_c_d_1\"\n    }\n}"}],"_postman_id":"708e69b9-0418-468d-a8d0-041f017211c1"},{"name":"Create Click","id":"5a065473-6d46-4441-b355-2b4e5cc4f7f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"campaign_id","value":"2","description":"<p><code>Integer</code>. Not required. e.g. 1, 2, 3.\nThe unique identifier for the campaign id that you wish to generate the click against. If it isn't provided, then we can get the campaign id from the track hash that is provided.</p>\n","type":"text"},{"key":"track_hash","value":"vHVtK4","type":"text","description":"<p><code>Alpha Numeric</code>.  Required.<br />This is the unique track hash that is assigned to the campaign in our platform. </p>\n<p>You can obtain this identifier by opening your campaign and going to the Testing tab. Look for and add an affiliate then click \"Get Link\". You will find the identifier in the URL. e.g.\n{{betfred-track-urltrack-url}}/o/jyLdHh?test=1&amp;geo=1&amp;targeting=1</p>\n<p>Where \"jyLdHh\" is the campaign track hash.</p>\n"},{"key":"ip_address","value":"82.5.60.81","type":"text","description":"<p><code>String</code>. Required.<br />The IP address of the client that originally clicked the track link.</p>\n"},{"key":"s1","value":"facebook","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"s2","value":"male","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"s3","value":"","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"t1","value":"","description":"<p><code>String</code>. Not required.<br />Transaction tagging. Used in pixels and exports.</p>\n","type":"text"},{"key":"t2","value":"","description":"<p><code>String</code>. Not required.<br />Transaction tagging. Used in pixels and exports.</p>\n","type":"text"},{"key":"t3","value":"","description":"<p><code>String</code>. Not required.<br />Transaction tagging. Used in pixels and exports.</p>\n","type":"text"},{"key":"gclid","value":"1234","type":"text","description":"<p><code>String</code>. Not required. e.g. EAIaIQobChMI2pv_seD95AIVB7TtCh1xZAJPEAAYASAAEtD2XfD_BwE  </p>\n<p>Google click identifier. This is a unique tracking parameter that Google uses to transfer information between your Google Ads account and your Google Analytics account.</p>\n"},{"key":"msclkid","value":"78910","type":"text","description":"<p><code>String</code>. Not required. e.g. bc5b8caeb3601b9238b8213a1df2d674</p>\n<p>Microsoft click identifier. This is a unique tracking parameter that Microsoft uses to track all subsequent UET events fired whenever the same customer visits your page, thereby allowing you to track the conversion from this customer on your site.</p>\n"},{"key":"utm_source","value":"campaign","type":"text","description":"<p><code>String</code>. Not required. e.g. google, newsletter4, billboard  </p>\n<p>Google UTM tracking parameter. Identify the advertiser, site, publication, etc. that is sending traffic to your property.</p>\n"},{"key":"utm_medium","value":"foo","type":"text","description":"<p><code>String</code>. Not required. e.g. cpc, banner, email, newsletter  </p>\n<p>Google UTM tracking parameter. The advertising or marketing medium.</p>\n"},{"key":"utm_term","value":"term","type":"text","description":"<p><code>String</code>. Not required. e.g. casino, games, poker  </p>\n<p>Google UTM tracking parameter. Identify paid search keywords. If you're manually tagging paid keyword campaigns, you should also use utm_term to specify the keyword.</p>\n"},{"key":"utm_content","value":"content","type":"text","description":"<p><code>String</code>. Not required. e.g. cta1, cta2, button1, button2  </p>\n<p>Google UTM tracking parameter. Used to differentiate similar content, or links within the same ad. For example, if you have two call-to-action links within the same email message, you can use utm_content and set different values for each so you can tell which version is more effective.</p>\n"},{"key":"utm_campaign","value":"campaign","type":"text","description":"<p><code>String</code>. Not required. e.g. Poker, BET10  </p>\n<p>Google UTM tracking parameter. The individual campaign name, slogan, promo code, etc. for a product.</p>\n"},{"key":"test","value":"1","description":"<p><code>Integer</code>. Not required. e.g. 1, 0. Default: 0.\nMark this request as a test. Useful during your initial testing phase.</p>\n","type":"text"},{"key":"geo","value":"1","description":"<p><code>Integer</code>. Not required. e.g. 1, 0. Default: 1.<br />Mark whether or not you want to skip geo targeting on this request. Geo targeting must be enabled against your campaign to use this feature. Speak to your account manager to learn more.</p>\n","type":"text"},{"key":"targeting","value":"1","description":"<p><code>Integer</code>. Not required. e.g. 1, 0. Default: 1.<br />Mark whether or not you want to skip advanced targeting on this request. Advanced targeting must be enabled against your account to use this feature. Speak to your account manager to learn more.</p>\n","type":"text"}]},"url":"{{betfred-track-url}}/api/track","description":"<p>This endpoint is used to generate a unique click identifier based on the data posted against a campaign.</p>\n","urlObject":{"path":["api","track"],"host":["{{betfred-track-url}}"],"query":[],"variable":[]}},"response":[{"id":"c22a04e5-b110-4df5-a11f-77b0ac6dad1e","name":"Create Click","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"campaign_id","value":"2","description":"`Integer`. Not required. e.g. 1, 2, 3.\nThe unique identifier for the campaign id that you wish to generate the click against. If it isn't provided, then we can get the campaign id from the track hash that is provided.","type":"text"},{"key":"track_hash","value":"vHVtK4","type":"text","description":"`Alpha Numeric`.  Required.  \nThis is the unique track hash that is assigned to the landing page once it's created in our platform."},{"key":"ip_address","value":"82.5.60.81","type":"text","description":"`String`. Required.  \nThe IP address of the client that originally clicked the track link."},{"key":"s1","value":"facebook","type":"text","description":"`String`. Not required.  \nSub source tagging. Used in analytics."},{"key":"s2","value":"male","type":"text","description":"`String`. Not required.  \nSub source tagging. Used in analytics."},{"key":"s3","value":"","type":"text","description":"`String`. Not required.  \nSub source tagging. Used in analytics."},{"key":"t1","value":"","description":"`String`. Not required.  \nTransaction tagging. Used in pixels and exports.","type":"text"},{"key":"t2","value":"","description":"`String`. Not required.  \nTransaction tagging. Used in pixels and exports.","type":"text"},{"key":"t3","value":"","description":"`String`. Not required.  \nTransaction tagging. Used in pixels and exports.","type":"text"},{"key":"gclid","value":"1234","type":"text","description":"`String`. Not required. e.g. EAIaIQobChMI2pv_seD95AIVB7TtCh1xZAJPEAAYASAAEtD2XfD_BwE  \n\nGoogle click identifier. This is a unique tracking parameter that Google uses to transfer information between your Google Ads account and your Google Analytics account."},{"key":"msclkid","value":"78910","type":"text","description":"`String`. Not required. e.g. bc5b8caeb3601b9238b8213a1df2d674\n\nMicrosoft click identifier. This is a unique tracking parameter that Microsoft uses to track all subsequent UET events fired whenever the same customer visits your page, thereby allowing you to track the conversion from this customer on your site."},{"key":"utm_source","value":"campaign","type":"text","description":"`String`. Not required. e.g. google, newsletter4, billboard  \n\nGoogle UTM tracking parameter. Identify the advertiser, site, publication, etc. that is sending traffic to your property."},{"key":"utm_medium","value":"foo","type":"text","description":"`String`. Not required. e.g. cpc, banner, email, newsletter  \n\nGoogle UTM tracking parameter. The advertising or marketing medium."},{"key":"utm_term","value":"term","type":"text","description":"`String`. Not required. e.g. casino, games, poker  \n \nGoogle UTM tracking parameter. Identify paid search keywords. If you're manually tagging paid keyword campaigns, you should also use utm_term to specify the keyword."},{"key":"utm_content","value":"content","type":"text","description":"`String`. Not required. e.g. cta1, cta2, button1, button2  \n\nGoogle UTM tracking parameter. Used to differentiate similar content, or links within the same ad. For example, if you have two call-to-action links within the same email message, you can use utm_content and set different values for each so you can tell which version is more effective."},{"key":"utm_campaign","value":"campaign","type":"text","description":"`String`. Not required. e.g. Poker, BET10  \n\nGoogle UTM tracking parameter. The individual campaign name, slogan, promo code, etc. for a product."},{"key":"test","value":"1","description":"`Integer`. Not required. e.g. 1, 0. Default: 0.\nMark this request as a test. Useful during your initial testing phase.","type":"text"},{"key":"geo","value":"1","description":"`Integer`. Not required. e.g. 1, 0. Default: 1.  \nMark whether or not you want to skip geo targeting on this request. Geo targeting must be enabled against your campaign to use this feature.","type":"text"},{"key":"targeting","value":"1","description":"`Integer`. Not required. e.g. 1, 0. Default: 1.  \nMark whether or not you want to skip advanced targeting on this request. Advanced targeting must be enabled against your account to use this feature.","type":"text"}]},"url":"{{betfred-track-urltrack-url}}/api/track"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 18 Mar 2020 08:48:27 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"click_id\": 293,\n    \"redirect\": \"http://nienow.net/et-odit-sed-enim-et-ut-dolor\"\n}"}],"_postman_id":"5a065473-6d46-4441-b355-2b4e5cc4f7f5"},{"name":"Ping","id":"ccb83508-91c5-4e1f-af6e-a0e577ab87c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"track_hash","value":"fvHSyY","type":"text","description":"<p><code>Alpha Numeric</code>.  Required.<br />This is the unique track hash that is assigned to the landing page once it's created in our platform.</p>\n"},{"key":"ip_address","value":"82.5.60.81","type":"text","description":"<p><code>String</code>. Required.<br />The IP address of the client that originally clicked the track link.</p>\n"},{"key":"s1","value":"facebook","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"s2","value":"male","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"s3","value":"30-40","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"gclid","value":"1234","type":"text","description":"<p><code>String</code>. Not required. e.g. EAIaIQobChMI2pv_seD95AIVB7TtCh1xZAJPEAAYASAAEtD2XfD_BwE  </p>\n<p>Google click identifier. This is a unique tracking parameter that Google uses to transfer information between your Google Ads account and your Google Analytics account.</p>\n"},{"key":"msclkid","value":"78910","type":"text","description":"<p><code>String</code>. Not required. e.g. bc5b8caeb3601b9238b8213a1df2d674</p>\n<p>Microsoft click identifier. This is a unique tracking parameter that Microsoft uses to track all subsequent UET events fired whenever the same customer visits your page, thereby allowing you to track the conversion from this customer on your site.</p>\n"},{"key":"utm_source","value":"campaign","type":"text","description":"<p><code>String</code>. Not required. e.g. google, newsletter4, billboard  </p>\n<p>Google UTM tracking parameter. Identify the advertiser, site, publication, etc. that is sending traffic to your property.</p>\n"},{"key":"utm_medium","value":"foo","type":"text","description":"<p><code>String</code>. Not required. e.g. cpc, banner, email, newsletter  </p>\n<p>Google UTM tracking parameter. The advertising or marketing medium.</p>\n"},{"key":"utm_term","value":"term","type":"text","description":"<p><code>String</code>. Not required. e.g. casino, games, poker  </p>\n<p>Google UTM tracking parameter. Identify paid search keywords. If you're manually tagging paid keyword campaigns, you should also use utm_term to specify the keyword.</p>\n"},{"key":"utm_content","value":"content","type":"text","description":"<p><code>String</code>. Not required. e.g. cta1, cta2, button1, button2  </p>\n<p>Google UTM tracking parameter. Used to differentiate similar content, or links within the same ad. For example, if you have two call-to-action links within the same email message, you can use utm_content and set different values for each so you can tell which version is more effective.</p>\n"},{"key":"utm_campaign","value":"campaign","type":"text","description":"<p><code>String</code>. Not required. e.g. Poker, BET10  </p>\n<p>Google UTM tracking parameter. The individual campaign name, slogan, promo code, etc. for a product.</p>\n"}]},"url":"{{betfred-track-url}}/api/ping","description":"<p>This is the endpoint that allows you to test whether or not you are connected to our track API.</p>\n","urlObject":{"path":["api","ping"],"host":["{{betfred-track-url}}"],"query":[],"variable":[]}},"response":[{"id":"6d0a873d-085b-4d7b-bfa7-ee250ab314a2","name":"Ping","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","type":"text","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request."},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"track_hash","value":"fvHSyY","type":"text","description":"`Alpha Numeric`.  Required.  \nThis is the unique track hash that is assigned to the landing page once it's created in our platform."},{"key":"ip_address","value":"82.5.60.81","type":"text","description":"`String`. Required.  \nThe IP address of the client that originally clicked the track link."},{"key":"s1","value":"facebook","type":"text","description":"`String`. Not required.  \nSub source tagging. Used in analytics."},{"key":"s2","value":"male","type":"text","description":"`String`. Not required.  \nSub source tagging. Used in analytics."},{"key":"s3","value":"30-40","type":"text","description":"`String`. Not required.  \nSub source tagging. Used in analytics."},{"key":"gclid","value":"1234","type":"text","description":"`String`. Not required.  \nGoogle click id."},{"key":"msclkid","value":"78910","type":"text","description":"`String`. Not required.  \nMicrosoft click id, as found in Bing."},{"key":"utm_source","value":"campaign","type":"text","description":"`String`. Not required.  \nGoogle utm tracking parameter."},{"key":"utm_medium","value":"foo","type":"text","description":"`String`. Not required.  \nGoogle utm tracking parameter."},{"key":"utm_term","value":"term","type":"text","description":"`String`. Not required.  \nGoogle utm tracking parameter."},{"key":"utm_content","value":"content","type":"text","description":"`String`. Not required.  \nGoogle utm tracking parameter."},{"key":"utm_campaign","value":"campaign","type":"text","description":"`String`. Not required.  \nGoogle utm tracking parameter."}]},"url":"{{betfred-track-urltrack-url}}/api/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 17 Mar 2020 20:06:08 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"pong\"\n}"}],"_postman_id":"ccb83508-91c5-4e1f-af6e-a0e577ab87c8"}],"id":"336364e3-da09-4079-ba6c-5fb3693f7da8","_postman_id":"336364e3-da09-4079-ba6c-5fb3693f7da8","description":""},{"name":"Production","item":[{"name":"Ping","id":"7dabad86-4af5-4b13-8814-208bac471c0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"track_hash","value":"fvHSyY","type":"text","description":"<p><code>Alpha Numeric</code>.  Required.<br />This is the unique track hash that is assigned to the landing page once it's created in our platform.</p>\n"},{"key":"ip_address","value":"82.5.60.81","type":"text","description":"<p><code>String</code>. Required.<br />The IP address of the client that originally clicked the track link.</p>\n"},{"key":"s1","value":"facebook","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"s2","value":"male","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"s3","value":"30-40","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"gclid","value":"1234","type":"text","description":"<p><code>String</code>. Not required. e.g. EAIaIQobChMI2pv_seD95AIVB7TtCh1xZAJPEAAYASAAEtD2XfD_BwE  </p>\n<p>Google click identifier. This is a unique tracking parameter that Google uses to transfer information between your Google Ads account and your Google Analytics account.</p>\n"},{"key":"msclkid","value":"78910","type":"text","description":"<p><code>String</code>. Not required. e.g. bc5b8caeb3601b9238b8213a1df2d674</p>\n<p>Microsoft click identifier. This is a unique tracking parameter that Microsoft uses to track all subsequent UET events fired whenever the same customer visits your page, thereby allowing you to track the conversion from this customer on your site.</p>\n"},{"key":"utm_source","value":"campaign","type":"text","description":"<p><code>String</code>. Not required. e.g. google, newsletter4, billboard  </p>\n<p>Google UTM tracking parameter. Identify the advertiser, site, publication, etc. that is sending traffic to your property.</p>\n"},{"key":"utm_medium","value":"foo","type":"text","description":"<p><code>String</code>. Not required. e.g. cpc, banner, email, newsletter  </p>\n<p>Google UTM tracking parameter. The advertising or marketing medium.</p>\n"},{"key":"utm_term","value":"term","type":"text","description":"<p><code>String</code>. Not required. e.g. casino, games, poker  </p>\n<p>Google UTM tracking parameter. Identify paid search keywords. If you're manually tagging paid keyword campaigns, you should also use utm_term to specify the keyword.</p>\n"},{"key":"utm_content","value":"content","type":"text","description":"<p><code>String</code>. Not required. e.g. cta1, cta2, button1, button2  </p>\n<p>Google UTM tracking parameter. Used to differentiate similar content, or links within the same ad. For example, if you have two call-to-action links within the same email message, you can use utm_content and set different values for each so you can tell which version is more effective.</p>\n"},{"key":"utm_campaign","value":"campaign","type":"text","description":"<p><code>String</code>. Not required. e.g. Poker, BET10  </p>\n<p>Google UTM tracking parameter. The individual campaign name, slogan, promo code, etc. for a product.</p>\n"}]},"url":"https://betfredsa.click/api/ping","description":"<p>This is the endpoint that allows you to test whether or not you are connected to our track API.</p>\n","urlObject":{"protocol":"https","path":["api","ping"],"host":["betfredsa","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dabad86-4af5-4b13-8814-208bac471c0f"},{"name":"Click Lookup","id":"a55f6f67-bf3a-4d53-a257-273705dd89b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"https://betfredsa.click/api/click/lookup?click_id=224562362&by=click","description":"<p>This endpoint is used to look up information about a particular click. This is mainly used by users to navigate around recent ITP2.2 issues or to implement parallel tracking in Google Ads.</p>\n","urlObject":{"protocol":"https","path":["api","click","lookup"],"host":["betfredsa","click"],"query":[{"description":{"content":"<p><code>Alpha Numeric</code>. Required.  e.g. 12345\nDepending on which method you are selecting by, this is our internal click id, microsoft click id or google click id.</p>\n","type":"text/plain"},"key":"click_id","value":"224562362"},{"description":{"content":"<p><code>String</code>. Required. Allowed values: click, ms, google.<br />Look up the click by our internal click id, the microsoft click id or the google click id.</p>\n","type":"text/plain"},"key":"by","value":"click"}],"variable":[]}},"response":[],"_postman_id":"a55f6f67-bf3a-4d53-a257-273705dd89b5"},{"name":"Create Click","id":"933d01da-828b-4db5-ab26-bf4526550e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"campaign_id","value":"2","description":"<p><code>Integer</code>. Not required. e.g. 1, 2, 3.\nThe unique identifier for the campaign id that you wish to generate the click against. If it isn't provided, then we can get the campaign id from the track hash that is provided.</p>\n","type":"text"},{"key":"track_hash","value":"vHVtK4","type":"text","description":"<p><code>Alpha Numeric</code>.  Required.<br />This is the unique track hash that is assigned to the campaign in our platform. </p>\n<p>You can obtain this identifier by opening your campaign and going to the Testing tab. Look for and add an affiliate then click \"Get Link\". You will find the identifier in the URL. e.g.\n{{betfred-track-urltrack-url}}/o/jyLdHh?test=1&amp;geo=1&amp;targeting=1</p>\n<p>Where \"jyLdHh\" is the campaign track hash.</p>\n"},{"key":"ip_address","value":"82.5.60.81","type":"text","description":"<p><code>String</code>. Required.<br />The IP address of the client that originally clicked the track link.</p>\n"},{"key":"s1","value":"facebook","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"s2","value":"male","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"s3","value":"","type":"text","description":"<p><code>String</code>. Not required.<br />Sub source tagging. Used in analytics.</p>\n"},{"key":"t1","value":"","description":"<p><code>String</code>. Not required.<br />Transaction tagging. Used in pixels and exports.</p>\n","type":"text"},{"key":"t2","value":"","description":"<p><code>String</code>. Not required.<br />Transaction tagging. Used in pixels and exports.</p>\n","type":"text"},{"key":"t3","value":"","description":"<p><code>String</code>. Not required.<br />Transaction tagging. Used in pixels and exports.</p>\n","type":"text"},{"key":"gclid","value":"1234","type":"text","description":"<p><code>String</code>. Not required. e.g. EAIaIQobChMI2pv_seD95AIVB7TtCh1xZAJPEAAYASAAEtD2XfD_BwE  </p>\n<p>Google click identifier. This is a unique tracking parameter that Google uses to transfer information between your Google Ads account and your Google Analytics account.</p>\n"},{"key":"msclkid","value":"78910","type":"text","description":"<p><code>String</code>. Not required. e.g. bc5b8caeb3601b9238b8213a1df2d674</p>\n<p>Microsoft click identifier. This is a unique tracking parameter that Microsoft uses to track all subsequent UET events fired whenever the same customer visits your page, thereby allowing you to track the conversion from this customer on your site.</p>\n"},{"key":"utm_source","value":"campaign","type":"text","description":"<p><code>String</code>. Not required. e.g. google, newsletter4, billboard  </p>\n<p>Google UTM tracking parameter. Identify the advertiser, site, publication, etc. that is sending traffic to your property.</p>\n"},{"key":"utm_medium","value":"foo","type":"text","description":"<p><code>String</code>. Not required. e.g. cpc, banner, email, newsletter  </p>\n<p>Google UTM tracking parameter. The advertising or marketing medium.</p>\n"},{"key":"utm_term","value":"term","type":"text","description":"<p><code>String</code>. Not required. e.g. casino, games, poker  </p>\n<p>Google UTM tracking parameter. Identify paid search keywords. If you're manually tagging paid keyword campaigns, you should also use utm_term to specify the keyword.</p>\n"},{"key":"utm_content","value":"content","type":"text","description":"<p><code>String</code>. Not required. e.g. cta1, cta2, button1, button2  </p>\n<p>Google UTM tracking parameter. Used to differentiate similar content, or links within the same ad. For example, if you have two call-to-action links within the same email message, you can use utm_content and set different values for each so you can tell which version is more effective.</p>\n"},{"key":"utm_campaign","value":"campaign","type":"text","description":"<p><code>String</code>. Not required. e.g. Poker, BET10  </p>\n<p>Google UTM tracking parameter. The individual campaign name, slogan, promo code, etc. for a product.</p>\n"},{"key":"test","value":"1","description":"<p><code>Integer</code>. Not required. e.g. 1, 0. Default: 0.\nMark this request as a test. Useful during your initial testing phase.</p>\n","type":"text"},{"key":"geo","value":"1","description":"<p><code>Integer</code>. Not required. e.g. 1, 0. Default: 1.<br />Mark whether or not you want to skip geo targeting on this request. Geo targeting must be enabled against your campaign to use this feature. Speak to your account manager to learn more.</p>\n","type":"text"},{"key":"targeting","value":"1","description":"<p><code>Integer</code>. Not required. e.g. 1, 0. Default: 1.<br />Mark whether or not you want to skip advanced targeting on this request. Advanced targeting must be enabled against your account to use this feature. Speak to your account manager to learn more.</p>\n","type":"text"}]},"url":"https://betfredsa.click/api/track","description":"<p>This endpoint is used to generate a unique click identifier based on the data posted against a campaign.</p>\n","urlObject":{"protocol":"https","path":["api","track"],"host":["betfredsa","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"933d01da-828b-4db5-ab26-bf4526550e58"}],"id":"e6ee6816-4d57-4a77-8871-75b3ecb1bea6","_postman_id":"e6ee6816-4d57-4a77-8871-75b3ecb1bea6","description":""}],"id":"174ca918-77d4-460c-b341-55e2f09e40ae","description":"<p>This is a collection of API endpoints to generate Raven clicks on our platform on the fly and to return the attribution information of a click. This is useful for navigating around ITP2.2 (hyperlink: <a href=\"https://webkit.org/blog/8828/intelligent-tracking-prevention-2-2/\">https://webkit.org/blog/8828/intelligent-tracking-prevention-2-2/</a>) or to implement parallel tracking <a href=\"https://support.google.com/google-ads/answer/7650215?hl=en-GB\">parallel tracking on your Google Ads account</a> on your Google Ads account.</p>\n","event":[{"listen":"prerequest","script":{"id":"a5f41164-5188-4fa8-a949-72fea70f6d2a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b0d82059-fd64-4707-9fcd-1cc805116884","type":"text/javascript","exec":[""]}}],"_postman_id":"174ca918-77d4-460c-b341-55e2f09e40ae"},{"name":"Sharp Gaming","item":[{"name":"List of affiliates who have accepted T&Cs","item":[{"name":"List Affiliates","id":"97b20d20-e3c5-4f8e-8918-10621e7d2322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{betfred-url}}/api/sharp-gaming/v1/affiliate/list-agreed-terms?page=1&per_page=50&paginate=1&casino_id=1","urlObject":{"path":["api","sharp-gaming","v1","affiliate","list-agreed-terms"],"host":["{{betfred-url}}"],"query":[{"description":{"content":"<p><code>Integer</code>. Required if \"paginate\" is provided. e.g. 1, 2.<br />Page number of the requested page.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p><code>Integer</code>.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.<br />Number of rows per page.</p>\n","type":"text/plain"},"key":"per_page","value":"50"},{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1, 0, Default: 1.<br />Whether results are returned by page or in full.</p>\n","type":"text/plain"},"key":"paginate","value":"1"},{"description":{"content":"<p><code>Integer</code>. Required. Id of Casino brand.</p>\n","type":"text/plain"},"key":"casino_id","value":"1"}],"variable":[]}},"response":[{"id":"5f6e2017-9b75-4b06-b59b-2255e6910767","name":"List Affiliates [With Pagination]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{betfred-url}}/api/sharp-gaming/v1/affiliate/list-agreed-terms?page=1&per_page=50&paginate=1&casino_id=1","host":["{{betfred-url}}"],"path":["api","sharp-gaming","v1","affiliate","list-agreed-terms"],"query":[{"key":"page","value":"1","description":"`Integer`. Required if \"paginate\" is provided. e.g. 1, 2.  \nPage number of the requested page."},{"key":"per_page","value":"50","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page."},{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."},{"key":"casino_id","value":"1","description":"`Integer`. Required. Id of Casino brand."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 21 Aug 2020 09:45:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"casino_id\": \"1\",\n        \"paginate\": \"1\",\n        \"per_page\": \"50\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"ExternalMerchantID\": 1,\n                \"MerchantName\": \"My Casino\",\n                \"ExternalAffiliateID\": 1,\n                \"AffiliateName\": \"test\",\n                \"ExternalSiteID\": 1\n            }\n        ],\n        \"first_page_url\": \"http://activewinsaffiliates.test/api/sharp-gaming/v1/affiliate/list-agreed-terms?casino_id=1&paginate=1&per_page=50&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://activewinsaffiliates.test/api/sharp-gaming/v1/affiliate/list-agreed-terms?casino_id=1&paginate=1&per_page=50&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://activewinsaffiliates.test/api/sharp-gaming/v1/affiliate/list-agreed-terms\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"},{"id":"511c103d-a80f-4493-a7dd-c7d4e9c62c02","name":"List Affiliates [No Pagination]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{betfred-url}}/api/sharp-gaming/v1/affiliate/list-agreed-terms?paginate=0&casino_id=1","host":["{{betfred-url}}"],"path":["api","sharp-gaming","v1","affiliate","list-agreed-terms"],"query":[{"key":"page","value":"1","description":"`Integer`. Required if \"paginate\" is provided. e.g. 1, 2.  \nPage number of the requested page.","disabled":true},{"key":"per_page","value":"50","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.  \nNumber of rows per page.","disabled":true},{"key":"paginate","value":"0","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by page or in full."},{"key":"casino_id","value":"1","description":"`Integer`. Required. Id of Casino brand."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 21 Aug 2020 09:44:02 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data: http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;frame-src 'self' www.google.com vars.hotjar.com http://*.hotjar.com https://*.hotjar.com http://*.hotjar.io https://*.hotjar.io;"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"casino_id\": \"1\",\n        \"paginate\": \"0\"\n    },\n    \"results\": [\n        {\n            \"ExternalMerchantID\": 1,\n            \"MerchantName\": \"My Casino\",\n            \"ExternalAffiliateID\": 1,\n            \"AffiliateName\": \"test\",\n            \"ExternalSiteID\": 1\n        }\n    ]\n}"}],"_postman_id":"97b20d20-e3c5-4f8e-8918-10621e7d2322"}],"id":"4a449cbe-45f6-43a6-aa4a-29a828a455f4","description":"<p>Look up information about affiliates who have accepted terms and conditions of a vendor brand.</p>\n","event":[{"listen":"prerequest","script":{"id":"e8b001d4-ea48-4331-939b-d4022c0972e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd470f85-cbcf-49a0-b0f3-6352860280d2","type":"text/javascript","exec":[""]}}],"_postman_id":"4a449cbe-45f6-43a6-aa4a-29a828a455f4"},{"name":"Mobile App Tracking","item":[{"name":"Install","id":"d207aab2-ec13-4115-b64e-3180bf89a050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"install_date","value":"2020-03-10","type":"text","description":"<p><code>String</code>. Required. Y-m-d format.<br />Date that the installation occurred.</p>\n"},{"key":"app_id","value":"1020","type":"text","description":"<p><code>Int</code>. Not required.<br />Application identification number. e.g. Betfred Goals Galore – Android: 1020</p>\n"},{"key":"application_name","value":"Application Name","type":"text","description":"<p><code>String</code>. Not required.<br />Application name. e.g com.betfred.mobicontainer</p>\n"},{"key":"test","value":"1","type":"text","description":"<p><code>Integer</code>.  Not required. e.g. 1, 0. Default: 0.<br />Mark this request as a test.</p>\n"},{"key":"device_id","value":"423772e0-0d38-4fb7-a8bc-b624cf17aea0","type":"text","description":"<p><code>Alpha Numeric</code>.  Required. Dashes are also allowed.<br />Unique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.  </p>\n<p>Types of Device ID:<br />Android – Google Advertising ID (GAID) or OS – Identity for Advertisers (IDFA)</p>\n"},{"key":"casino_id","value":"1","type":"text","description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID.</p>\n"},{"key":"affiliate_profile_id","value":"1","type":"text","description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Affiliate profile identification number within Raven. An affiliate account can have multiple profiles.</p>\n"}]},"url":"{{betfred-url}}/api/oddsking/v1/mobile-app/install","description":"<p>This is the endpoint that records mobile app installs.</p>\n","urlObject":{"path":["api","oddsking","v1","mobile-app","install"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[{"id":"db2432ff-5102-44ad-ad57-1440d381ce0d","name":"Install [Recorded]","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"install_date","value":"2020-03-10","type":"text","description":"`String`. Required. Y-m-d format.  \nDate that the installation occurred."},{"key":"app_id","value":"1020","type":"text","description":"`Int`. Not required.  \nApplication identification number. e.g. Betfred Goals Galore – Android: 1020"},{"key":"application_name","value":"Application Name","type":"text","description":"`String`. Not required.  \nApplication name. e.g com.betfred.mobicontainer"},{"key":"test","value":"1","type":"text","description":"`Integer`.  Not required. e.g. 1, 0. Default: 0.  \nMark this request as a test."},{"key":"device_id","value":"423772e0-0d38-4fb7-a8bc-b624cf17aea0","type":"text","description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nUnique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.  \n\nTypes of Device ID:  \nAndroid – Google Advertising ID (GAID) or OS – Identity for Advertisers (IDFA)"},{"key":"casino_id","value":"1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCasino identification number within Raven. Please ask your account manager about your casino ID.\n"},{"key":"affiliate_profile_id","value":"1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nAffiliate profile identification number within Raven. An affiliate account can have multiple profiles."}]},"url":"{{betfred-url}}/api/oddsking/v1/mobile-app/install"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 14:09:29 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Installation recorded\"\n}"},{"id":"0a20a70a-0d5a-474b-a198-f3e3768cce95","name":"Install [Already Recorded]","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"install_date","value":"2020-03-10","type":"text","description":"`String`. Required. Y-m-d format.  \nDate that the installation occurred."},{"key":"app_id","value":"1020","type":"text","description":"`Int`. Not required.  \nApplication identification number. e.g. Betfred Goals Galore – Android: 1020"},{"key":"application_name","value":"Application Name","type":"text","description":"`String`. Not required.  \nApplication name. e.g com.betfred.mobicontainer"},{"key":"test","value":"1","type":"text","description":"`Integer`.  Not required. e.g. 1, 0. Default: 0.  \nMark this request as a test."},{"key":"device_id","value":"423772e0-0d38-4fb7-a8bc-b624cf17aea0","type":"text","description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nUnique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.  \n\nTypes of Device ID:  \nAndroid – Google Advertising ID (GAID) or OS – Identity for Advertisers (IDFA)"},{"key":"casino_id","value":"1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCasino identification number within Raven. Please ask your account manager about your casino ID.\n"},{"key":"affiliate_profile_id","value":"1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nAffiliate profile identification number within Raven. An affiliate account can have multiple profiles."}]},"url":"{{betfred-url}}/api/oddsking/v1/mobile-app/install"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 14:09:44 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Installation already recorded\"\n}"}],"_postman_id":"d207aab2-ec13-4115-b64e-3180bf89a050"},{"name":"Register","id":"9652f7d6-f1d6-4878-af09-2053399a74bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"register_date","value":"2020-03-10","description":"<p><code>String</code>. Required. Y-m-d format.<br />Date that the registration occurred.</p>\n","type":"text"},{"key":"device_id","value":"423772e0-0d38-4fb7-a8bc-b624cf17aea0","description":"<p><code>Alpha Numeric</code>.  Required. Dashes are also allowed.<br />Unique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.  </p>\n<p>Types of Device ID:<br />Android – Google Advertising ID (GAID) or OS – Identity for Advertisers (IDFA)</p>\n","type":"text"},{"key":"casino_id","value":"1","description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID.</p>\n","type":"text"},{"key":"player_id","value":"12345","description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Customer identification number within the casinos's backend platform.</p>\n","type":"text"}]},"url":"{{betfred-url}}/api/oddsking/v1/mobile-app/register","description":"<p>This is the endpoint that records mobile app registrations.</p>\n","urlObject":{"path":["api","oddsking","v1","mobile-app","register"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[{"id":"b77fdb44-1d0f-44f7-bffd-d3a7faff3135","name":"Register [Player Updated]","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"register_date","value":"2020-03-10","description":"`String`. Required. Y-m-d format.  \nDate that the registration occurred.","type":"text"},{"key":"device_id","value":"423772e0-0d38-4fb7-a8bc-b624cf17aea0","description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nUnique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.  \n\nTypes of Device ID:  \nAndroid – Google Advertising ID (GAID) or OS – Identity for Advertisers (IDFA)","type":"text"},{"key":"casino_id","value":"1","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCasino identification number within Raven. Please ask your account manager about your casino ID.\n","type":"text"},{"key":"player_id","value":"12345","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCustomer identification number within the casinos's backend platform.","type":"text"}]},"url":"{{betfred-url}}/api/oddsking/v1/mobile-app/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 14:10:25 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Player updated against installation\"\n}"},{"id":"5ef4a416-0493-4973-bcf9-795d61177d4c","name":"Register [Player Already Updated]","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"register_date","value":"2020-03-10","description":"`String`. Required. Y-m-d format.  \nDate that the registration occurred.","type":"text"},{"key":"device_id","value":"423772e0-0d38-4fb7-a8bc-b624cf17aea0","description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nUnique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.  \n\nTypes of Device ID:  \nAndroid – Google Advertising ID (GAID) or OS – Identity for Advertisers (IDFA)","type":"text"},{"key":"casino_id","value":"1","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCasino identification number within Raven. Please ask your account manager about your casino ID.\n","type":"text"},{"key":"player_id","value":"12345","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCustomer identification number within the casinos's backend platform.","type":"text"}]},"url":"{{betfred-url}}/api/oddsking/v1/mobile-app/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 14:10:43 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Registration already recorded\",\n    \"results\": {\n        \"player_id\": \"12345\"\n    }\n}"}],"_postman_id":"9652f7d6-f1d6-4878-af09-2053399a74bd"},{"name":"Find Players","id":"55abbb27-2f48-4c6b-9709-7404c4c18bf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{betfred-access-token}}"},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{betfred-url}}/api/oddsking/v1/mobile-app/find-players?player_id=12345&affiliate_profile_id=1&casino_id=1&start_date=2020-03-01&end_date=2020-03-30","description":"<p>Use this endpoint to find players that have installed and registered on the mobile app.</p>\n","urlObject":{"path":["api","oddsking","v1","mobile-app","find-players"],"host":["{{betfred-url}}"],"query":[{"description":{"content":"<p><code>Alpha Numeric</code>.  Not required. e.g. 1, 2.<br />Customer identification number within the casinos's backend platform.</p>\n","type":"text/plain"},"key":"player_id","value":"12345"},{"description":{"content":"<p><code>Integer</code>.  Not required. e.g. 1, 2.<br />Affiliate profile identification number within Raven. An affiliate account can have multiple profiles.</p>\n","type":"text/plain"},"key":"affiliate_profile_id","value":"1"},{"description":{"content":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID. Not required. Default: Your casino identification number within Raven.</p>\n","type":"text/plain"},"key":"casino_id","value":"1"},{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Return players who registered on or after this date.</p>\n","type":"text/plain"},"key":"start_date","value":"2020-03-01"},{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Return players who registered on or before this date.</p>\n","type":"text/plain"},"key":"end_date","value":"2020-03-30"}],"variable":[]}},"response":[{"id":"dde31805-cea8-43fa-9599-072f5fee6463","name":"Find Players","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{betfred-access-token}}","description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{betfred-url}}/api/oddsking/v1/mobile-app/find-players?player_id=12345&affiliate_profile_id=1&casino_id=1&start_date=2020-03-01&end_date=2020-03-30","host":["{{betfred-url}}"],"path":["api","oddsking","v1","mobile-app","find-players"],"query":[{"key":"player_id","value":"12345","description":"`Alpha Numeric`.  Not required. e.g. 1, 2.  \nThe unique identifier that we assign to a player."},{"key":"affiliate_profile_id","value":"1","description":"`Integer`.  Not required. e.g. 1, 2.  \nThe unique identifier that we assign to an affiliate profile."},{"key":"casino_id","value":"1","description":"`Integer`.  Not required. e.g. 1, 2. \nThe unique identifier that we assign to a casino account."},{"key":"start_date","value":"2020-03-01","description":"`String`. Required. Y-m-d format.  \nLower bound for the player activity date."},{"key":"end_date","value":"2020-03-30","description":"`String`. Required. Y-m-d format.  \nHigher bound for the player activity date."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 09:52:24 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"player_id\": \"12345\",\n            \"affiliate_profile_id\": 1,\n            \"casino_id\": 1,\n            \"install_date\": \"2020-03-09 11:35:38\",\n            \"register_date\": \"2020-03-09 11:40:03\",\n            \"device_id\": \"123abc\",\n            \"custom_data\": {\n                \"app_id\": \"test_app_id_123\",\n                \"application_name\": \"Test Application Name\",\n                \"device_id\": \"123abc\"\n            },\n            \"test\": 1\n        },\n        {\n            \"player_id\": \"12345\",\n            \"affiliate_profile_id\": 1,\n            \"casino_id\": 1,\n            \"install_date\": \"2020-03-10 09:51:07\",\n            \"register_date\": \"2020-03-10 09:51:46\",\n            \"device_id\": \"1234abcd\",\n            \"custom_data\": {\n                \"app_id\": \"test_app_id_1234\",\n                \"application_name\": \"Test Application Name\",\n                \"device_id\": \"1234abcd\"\n            },\n            \"test\": 1\n        }\n    ]\n}"}],"_postman_id":"55abbb27-2f48-4c6b-9709-7404c4c18bf3"}],"id":"2c137d5f-76af-4e0d-b877-4336e18c1fe1","_postman_id":"2c137d5f-76af-4e0d-b877-4336e18c1fe1","description":""}],"id":"bd386d90-16bb-452e-a9f6-5f3e4735395d","_postman_id":"bd386d90-16bb-452e-a9f6-5f3e4735395d","description":""},{"name":"Mobile App Tracking","item":[{"name":"Auth","item":[{"name":"New Access Token","id":"ccfe257f-d183-4c14-9637-9aa6c435a8b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"refresh_token","value":"{{betfred-refresh-token}}","description":"<p>When you create your first access token in your account, you will be a given a refresh token that you use here to get a new access token.</p>\n","type":"text"}]},"url":"{{betfred-url}}/api/betfred/oauth/refresh-token","urlObject":{"path":["api","betfred","oauth","refresh-token"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccfe257f-d183-4c14-9637-9aa6c435a8b5"}],"id":"487d46d4-c894-468b-b5e6-34c2913320d7","description":"<p>The API uses OAuth 2 for authentication. You will need to generate an <strong>access token</strong> and a <strong>refresh token</strong>.</p>\n<p>Access tokens currently are long lived, so they <strong>expire after one year</strong>. It is recommended to request a new access token periodically.</p>\n<h3 id=\"making-requests\">Making Requests</h3>\n<p>When making requests that require authentication you will need to set the following request headers/values:</p>\n<ul>\n<li><em>Authorization:</em> Bearer <code>&lt;insert-access-token&gt;</code></li>\n<li><em>Accept:</em> application/json</li>\n</ul>\n<h4 id=\"access-tokens\">Access Tokens</h4>\n<p>Please ensure you use the <strong>correct access token</strong> in your request. This token must have access to the part of the API you are querying, so ensure you select the correct <strong>scope</strong>. You will do this within your account in the application, look at the \"API\" section to learn more.</p>\n<h4 id=\"scopes\">Scopes</h4>\n<p>Our API supports multiple scopes. Scopes restrict the use of certain parts of the API based on what the account has been given access to. You select your scopes when creating your access tokens within our application. Please speak to your account manager if you require more information on this.</p>\n","event":[{"listen":"prerequest","script":{"id":"d58eb73e-c34e-4713-ab4b-830d02af6095","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1de918da-29a1-46d0-9a82-ccdc19a1b946","type":"text/javascript","exec":[""]}}],"_postman_id":"487d46d4-c894-468b-b5e6-34c2913320d7"},{"name":"Requests","item":[{"name":"Install","id":"8001e281-c039-4ea2-ac10-87e1b0bf981c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"install_date","value":" 2019-10-04","type":"text","description":"<p><code>String</code>. Required. Y-m-d format.<br />Date that the installation occurred.</p>\n"},{"key":"app_id","value":" 1234","type":"text","description":"<p><code>String</code>. Not required.<br />Application identification number. e.g. Betfred Goals Galore – Android: 1020</p>\n"},{"key":"application_name","value":" Test App","type":"text","description":"<p><code>String</code>. Not required.<br />Application name. e.g com.betfred.mobicontainer</p>\n"},{"key":"test","value":" 1","type":"text","description":"<p><code>Integer</code>.  Not required. e.g. 1, 0. Default: 0.<br />Mark this request as a test.</p>\n"},{"key":"device_id","value":" abc123","type":"text","description":"<p><code>Alpha Numeric</code>.  Required. Dashes are also allowed.<br />Unique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.</p>\n"},{"key":"casino_id","value":" 1","type":"text","description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID.</p>\n"},{"key":"affiliate_profile_id","value":" 1","type":"text","description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Affiliate profile identification number within Raven. An affiliate account can have multiple profiles.</p>\n"}]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/install","description":"<p>This is the endpoint that records mobile app installations.</p>\n","urlObject":{"path":["api","betfred","v1","mobile-app","install"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[{"id":"3e4e27db-df89-4a79-bfb4-f40335e8b50e","name":"Install [Recorded]","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"install_date","value":" 2019-10-04","type":"text","description":"`String`. Required. Y-m-d format.  \nDate that the installation occurred."},{"key":"app_id","value":" 1234","type":"text","description":"`String`. Not required.  \nThe exact string assigned as the application id for the mobile app installation. This will be unique per installation."},{"key":"application_name","value":" Test App","type":"text","description":"`String`. Not required.  \nThe exact string assigned as the application id for the mobile app installation. This will be unique per installation."},{"key":"test","value":" 1","type":"text","description":"`Integer`.  Not required. e.g. 1, 0. Default: 0.  \nMark this request as a test."},{"key":"device_id","value":" abc123","type":"text","description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nThis is the unique device id assigned to the installation of the mobile app."},{"key":"casino_id","value":" 1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to a casino within our platform.\n"},{"key":"affiliate_profile_id","value":" 1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to an affiliate profile within our platform."}]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/install"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:15:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Installation recorded\"\n}"},{"id":"8ff40744-1f80-4e45-925b-36feeb6f6be7","name":"Install [Already Recorded]","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"install_date","value":" 2019-10-04","type":"text","description":"`String`. Required. Y-m-d format.  \nDate that the installation occurred."},{"key":"app_id","value":" 1234","type":"text","description":"`String`. Not required.  \nThe exact string assigned as the application id for the mobile app installation. This will be unique per installation."},{"key":"application_name","value":" Test App","type":"text","description":"`String`. Not required.  \nThe exact string assigned as the application id for the mobile app installation. This will be unique per installation."},{"key":"test","value":" 1","type":"text","description":"`Integer`.  Not required. e.g. 1, 0. Default: 0.  \nMark this request as a test."},{"key":"device_id","value":" abc123","type":"text","description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nThis is the unique device id assigned to the installation of the mobile app."},{"key":"casino_id","value":" 1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to a casino within our platform.\n"},{"key":"affiliate_profile_id","value":" 1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to an affiliate profile within our platform."}]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/install"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:15:44 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Installation already recorded\"\n}"}],"_postman_id":"8001e281-c039-4ea2-ac10-87e1b0bf981c"},{"name":"Register","id":"a8913518-c9fe-47bb-8411-b749a0c5102a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p><code>String</code>. Required. Y-m-d format.<br />Date that the registration occurred.</p>\n","key":"register_date","type":"text","value":"2019-09-02"},{"description":"<p><code>Alpha Numeric</code>.  Required. Dashes are also allowed.<br />Unique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.</p>\n","key":"device_id","type":"text","value":" abc123"},{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID.</p>\n","key":"casino_id","type":"text","value":"1"},{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Affiliate profile identification number within Raven. An affiliate account can have multiple profiles.</p>\n","key":"affiliate_profile_id","type":"text","value":"1"},{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Customer identification number within the casinos's backend platform.</p>\n","key":"player_id","type":"text","value":"12345"}]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/register","description":"<p>This is the endpoint that will create a new registration for the mobile device.</p>\n","urlObject":{"path":["api","betfred","v1","mobile-app","register"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[{"id":"784c6f19-a149-4c12-b687-ed2ad903926e","name":"Register","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"`String`. Required. Y-m-d format.  \nDate that the registration occurred.","key":"register_date","type":"text","value":"2019-09-02"},{"description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nUnique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.","key":"device_id","type":"text","value":" abc123"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCasino identification number within Raven. Please ask your account manager about your casino ID.\n","key":"casino_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nAffiliate profile identification number within Raven. An affiliate account can have multiple profiles.","key":"affiliate_profile_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCustomer identification number within the casinos's backend platform.","key":"player_id","type":"text","value":"12345"}]},"url":"http://activewinsaffiliates.test/api/betfred/v1/mobile-app/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:19:37 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Player updated against installation\"\n}"},{"id":"e85b97e0-64dd-4ca5-87d2-da3d1f5c5597","name":"Register [Already Recorded]","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"`String`. Required. Y-m-d format.  \nDate that the registration occurred.","key":"register_date","type":"text","value":"2019-09-02"},{"description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nUnique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.","key":"device_id","type":"text","value":" abc123"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCasino identification number within Raven. Please ask your account manager about your casino ID.\n","key":"casino_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nAffiliate profile identification number within Raven. An affiliate account can have multiple profiles.","key":"affiliate_profile_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCustomer identification number within the casinos's backend platform.","key":"player_id","type":"text","value":"12345"}]},"url":"http://activewinsaffiliates.test/api/betfred/v1/mobile-app/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:19:48 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Registration already recorded\",\n    \"results\": {\n        \"player_id\": \"12345\"\n    }\n}"}],"_postman_id":"a8913518-c9fe-47bb-8411-b749a0c5102a"},{"name":"Find Players","id":"95577e95-8bbd-4302-983f-b473d805d601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/find-players?start_date=2019-09-01&end_date=2019-09-02&affiliate_profile_id=1&casino_id=1","urlObject":{"path":["api","betfred","v1","mobile-app","find-players"],"host":["{{betfred-url}}"],"query":[{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Lower bound for the player activity date.</p>\n","type":"text/plain"},"key":"start_date","value":"2019-09-01"},{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Upper bound for the player activity date.</p>\n","type":"text/plain"},"key":"end_date","value":"2019-09-02"},{"description":{"content":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Affiliate profile identification number within Raven. An affiliate account can have multiple profiles.</p>\n","type":"text/plain"},"key":"affiliate_profile_id","value":"1"},{"description":{"content":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID.</p>\n","type":"text/plain"},"key":"casino_id","value":"1"}],"variable":[]}},"response":[{"id":"e0c3fbe4-2601-45ba-b7b6-2d0bfe5b6910","name":"Find Players","originalRequest":{"method":"GET","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"{{betfred-url}}/api/betfred/v1/mobile-app/find-players?affiliate_profile_id=1&casino_id=1&start_date=2019-09-01&end_date=2019-09-02","host":["{{betfred-url}}"],"path":["api","betfred","v1","mobile-app","find-players"],"query":[{"key":"affiliate_profile_id","value":"1","description":"`Integer`.  Required. e.g. 1, 2.  \nThe unique identifier that we assign to an affiliate profile."},{"key":"casino_id","value":"1","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to a casino within our platform."},{"key":"start_date","value":"2019-09-01","description":"`String`. Required. Y-m-d format.  \nLower bound for the player activity date."},{"key":"end_date","value":"2019-09-02","description":"`String`. Required. Y-m-d format.  \nUpper bound for the player activity date."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:20:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"player_id\": \"12345\",\n            \"affiliate_profile_id\": 1,\n            \"casino_id\": 1,\n            \"install_date\": \"2019-10-04 11:15:32\",\n            \"register_date\": \"2019-09-02 11:19:37\",\n            \"device_id\": \"abc123\",\n            \"custom_data\": {\n                \"app_id\": \"1234\",\n                \"application_name\": \"Test App\",\n                \"device_id\": \"abc123\"\n            },\n            \"test\": 1\n        }\n    ]\n}"}],"_postman_id":"95577e95-8bbd-4302-983f-b473d805d601"}],"id":"f229891e-2e41-4bcf-bb0a-620757451d7e","_postman_id":"f229891e-2e41-4bcf-bb0a-620757451d7e","description":""}],"id":"cda9988e-7e3c-4957-b578-26e5bc5071e3","_postman_id":"cda9988e-7e3c-4957-b578-26e5bc5071e3","description":""},{"name":"Custom","item":[{"name":"Auth","item":[{"name":"New Access Token","id":"cc005185-91cc-49d7-8a6b-a77a3fad865a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"refresh_token","value":"{{betfred-refresh-token}}","description":"<p>When you create your first access token in your account, you will be a given a refresh token that you use here to get a new access token.</p>\n","type":"text"}]},"url":"{{betfred-url}}/api/betfred/oauth/refresh-token","urlObject":{"path":["api","betfred","oauth","refresh-token"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc005185-91cc-49d7-8a6b-a77a3fad865a"}],"id":"778d6eac-6494-40e0-a7e6-161efc04fc4a","description":"<p>The API uses OAuth 2 for authentication. You will need to generate an <strong>access token</strong> and a <strong>refresh token</strong>.</p>\n<p>Access tokens currently are long lived, so they <strong>expire after one year</strong>. It is recommended to request a new access token periodically.</p>\n<h3 id=\"making-requests\">Making Requests</h3>\n<p>When making requests that require authentication you will need to set the following request headers/values:</p>\n<ul>\n<li><em>Authorization:</em> Bearer <code>&lt;insert-access-token&gt;</code></li>\n<li><em>Accept:</em> application/json</li>\n</ul>\n<h4 id=\"access-tokens\">Access Tokens</h4>\n<p>Please ensure you use the <strong>correct access token</strong> in your request. This token must have access to the part of the API you are querying, so ensure you select the correct <strong>scope</strong>. You will do this within your account in the application, look at the \"API\" section to learn more.</p>\n<h4 id=\"scopes\">Scopes</h4>\n<p>Our API supports multiple scopes. Scopes restrict the use of certain parts of the API based on what the account has been given access to. You select your scopes when creating your access tokens within our application. Please speak to your account manager if you require more information on this.</p>\n","event":[{"listen":"prerequest","script":{"id":"d58eb73e-c34e-4713-ab4b-830d02af6095","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1de918da-29a1-46d0-9a82-ccdc19a1b946","type":"text/javascript","exec":[""]}}],"_postman_id":"778d6eac-6494-40e0-a7e6-161efc04fc4a"},{"name":"Mobile App Tracking","item":[{"name":"Install","id":"7abf0c4f-22dc-4cd6-96fa-4b54656a9b76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"install_date","value":" 2019-10-04","type":"text","description":"<p><code>String</code>. Required. Y-m-d format.<br />Date that the installation occurred.</p>\n"},{"key":"app_id","value":" 1234","type":"text","description":"<p><code>String</code>. Not required.<br />Application identification number. e.g. Betfred Goals Galore – Android: 1020</p>\n"},{"key":"application_name","value":" Test App","type":"text","description":"<p><code>String</code>. Not required.<br />Application name. e.g com.betfred.mobicontainer</p>\n"},{"key":"test","value":" 1","type":"text","description":"<p><code>Integer</code>.  Not required. e.g. 1, 0. Default: 0.<br />Mark this request as a test.</p>\n"},{"key":"device_id","value":" abc123","type":"text","description":"<p><code>Alpha Numeric</code>.  Required. Dashes are also allowed.<br />Unique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.</p>\n"},{"key":"casino_id","value":" 1","type":"text","description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID.</p>\n"},{"key":"affiliate_profile_id","value":" 1","type":"text","description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Affiliate profile identification number within Raven. An affiliate account can have multiple profiles.</p>\n"}]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/install","description":"<p>This is the endpoint that records mobile app installations.</p>\n","urlObject":{"path":["api","betfred","v1","mobile-app","install"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[{"id":"2d6e2ba8-3771-4672-bf9e-9c9f56c51e77","name":"Install [Recorded]","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"install_date","value":" 2019-10-04","type":"text","description":"`String`. Required. Y-m-d format.  \nDate that the installation occurred."},{"key":"app_id","value":" 1234","type":"text","description":"`String`. Not required.  \nThe exact string assigned as the application id for the mobile app installation. This will be unique per installation."},{"key":"application_name","value":" Test App","type":"text","description":"`String`. Not required.  \nThe exact string assigned as the application id for the mobile app installation. This will be unique per installation."},{"key":"test","value":" 1","type":"text","description":"`Integer`.  Not required. e.g. 1, 0. Default: 0.  \nMark this request as a test."},{"key":"device_id","value":" abc123","type":"text","description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nThis is the unique device id assigned to the installation of the mobile app."},{"key":"casino_id","value":" 1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to a casino within our platform.\n"},{"key":"affiliate_profile_id","value":" 1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to an affiliate profile within our platform."}]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/install"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:15:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Installation recorded\"\n}"},{"id":"619476c6-c45a-4364-b4f0-dcd224be628d","name":"Install [Already Recorded]","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"install_date","value":" 2019-10-04","type":"text","description":"`String`. Required. Y-m-d format.  \nDate that the installation occurred."},{"key":"app_id","value":" 1234","type":"text","description":"`String`. Not required.  \nThe exact string assigned as the application id for the mobile app installation. This will be unique per installation."},{"key":"application_name","value":" Test App","type":"text","description":"`String`. Not required.  \nThe exact string assigned as the application id for the mobile app installation. This will be unique per installation."},{"key":"test","value":" 1","type":"text","description":"`Integer`.  Not required. e.g. 1, 0. Default: 0.  \nMark this request as a test."},{"key":"device_id","value":" abc123","type":"text","description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nThis is the unique device id assigned to the installation of the mobile app."},{"key":"casino_id","value":" 1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to a casino within our platform.\n"},{"key":"affiliate_profile_id","value":" 1","type":"text","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to an affiliate profile within our platform."}]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/install"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:15:44 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Installation already recorded\"\n}"}],"_postman_id":"7abf0c4f-22dc-4cd6-96fa-4b54656a9b76"},{"name":"Register","id":"4f01a6ec-1e91-4218-add9-e954c33add7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p><code>String</code>. Required. Y-m-d format.<br />Date that the registration occurred.</p>\n","key":"register_date","type":"text","value":"2019-09-02"},{"description":"<p><code>Alpha Numeric</code>.  Required. Dashes are also allowed.<br />Unique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.</p>\n","key":"device_id","type":"text","value":" abc123"},{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID.</p>\n","key":"casino_id","type":"text","value":"1"},{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Affiliate profile identification number within Raven. An affiliate account can have multiple profiles.</p>\n","key":"affiliate_profile_id","type":"text","value":"1"},{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Customer identification number within the casinos's backend platform.</p>\n","key":"player_id","type":"text","value":"12345"}]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/register","description":"<p>This is the endpoint that will create a new registration for the mobile device.</p>\n","urlObject":{"path":["api","betfred","v1","mobile-app","register"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[{"id":"5cef86ea-59ca-4999-80f1-c4f7a7614676","name":"Register","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"`String`. Required. Y-m-d format.  \nDate that the registration occurred.","key":"register_date","type":"text","value":"2019-09-02"},{"description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nUnique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.","key":"device_id","type":"text","value":" abc123"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCasino identification number within Raven. Please ask your account manager about your casino ID.\n","key":"casino_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nAffiliate profile identification number within Raven. An affiliate account can have multiple profiles.","key":"affiliate_profile_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCustomer identification number within the casinos's backend platform.","key":"player_id","type":"text","value":"12345"}]},"url":"http://activewinsaffiliates.test/api/betfred/v1/mobile-app/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:19:37 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Player updated against installation\"\n}"},{"id":"4028afa5-4559-4ee0-9be7-9b67d4ebefce","name":"Register [Already Recorded]","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"`String`. Required. Y-m-d format.  \nDate that the registration occurred.","key":"register_date","type":"text","value":"2019-09-02"},{"description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nUnique anonymous identifier comprised of numbers and letters that corresponds with a single, specific mobile device, or user. There is a unique device ID for all smartphones and tablets worldwide which is stored directly on the mobile device itself.","key":"device_id","type":"text","value":" abc123"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCasino identification number within Raven. Please ask your account manager about your casino ID.\n","key":"casino_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nAffiliate profile identification number within Raven. An affiliate account can have multiple profiles.","key":"affiliate_profile_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nCustomer identification number within the casinos's backend platform.","key":"player_id","type":"text","value":"12345"}]},"url":"http://activewinsaffiliates.test/api/betfred/v1/mobile-app/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:19:48 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Registration already recorded\",\n    \"results\": {\n        \"player_id\": \"12345\"\n    }\n}"}],"_postman_id":"4f01a6ec-1e91-4218-add9-e954c33add7a"},{"name":"Find Players","id":"4b1ad13b-7f01-4682-acc7-bed0249cebed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{betfred-url}}/api/betfred/v1/mobile-app/find-players?start_date=2019-09-01&end_date=2019-09-02&affiliate_profile_id=1&casino_id=1","urlObject":{"path":["api","betfred","v1","mobile-app","find-players"],"host":["{{betfred-url}}"],"query":[{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Lower bound for the player activity date.</p>\n","type":"text/plain"},"key":"start_date","value":"2019-09-01"},{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.<br />Upper bound for the player activity date.</p>\n","type":"text/plain"},"key":"end_date","value":"2019-09-02"},{"description":{"content":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Affiliate profile identification number within Raven. An affiliate account can have multiple profiles.</p>\n","type":"text/plain"},"key":"affiliate_profile_id","value":"1"},{"description":{"content":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />Casino identification number within Raven. Please ask your account manager about your casino ID.</p>\n","type":"text/plain"},"key":"casino_id","value":"1"}],"variable":[]}},"response":[{"id":"9cc51875-a572-4f0f-a5f7-36974137e628","name":"Find Players","originalRequest":{"method":"GET","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"{{betfred-url}}/api/betfred/v1/mobile-app/find-players?affiliate_profile_id=1&casino_id=1&start_date=2019-09-01&end_date=2019-09-02","host":["{{betfred-url}}"],"path":["api","betfred","v1","mobile-app","find-players"],"query":[{"key":"affiliate_profile_id","value":"1","description":"`Integer`.  Required. e.g. 1, 2.  \nThe unique identifier that we assign to an affiliate profile."},{"key":"casino_id","value":"1","description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to a casino within our platform."},{"key":"start_date","value":"2019-09-01","description":"`String`. Required. Y-m-d format.  \nLower bound for the player activity date."},{"key":"end_date","value":"2019-09-02","description":"`String`. Required. Y-m-d format.  \nUpper bound for the player activity date."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:20:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"player_id\": \"12345\",\n            \"affiliate_profile_id\": 1,\n            \"casino_id\": 1,\n            \"install_date\": \"2019-10-04 11:15:32\",\n            \"register_date\": \"2019-09-02 11:19:37\",\n            \"device_id\": \"abc123\",\n            \"custom_data\": {\n                \"app_id\": \"1234\",\n                \"application_name\": \"Test App\",\n                \"device_id\": \"abc123\"\n            },\n            \"test\": 1\n        }\n    ]\n}"}],"_postman_id":"4b1ad13b-7f01-4682-acc7-bed0249cebed"}],"id":"90409c2d-0ef7-4b1c-b355-5143908967ec","_postman_id":"90409c2d-0ef7-4b1c-b355-5143908967ec","description":""},{"name":"Ping","id":"6335a617-035e-4681-af11-987f70b08691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />This is the id assigned to an affiliate profile within our platform.</p>\n","key":"affiliate_profile_id","type":"text","value":"1"},{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />This is the id assigned to a casino within our platform.</p>\n","key":"casino_id","type":"text","value":"1"},{"description":"<p><code>Integer</code>.  Required. e.g. 1, 2, 3.<br />This is the unique id assigned against the player. This is stored against our database as the remote player id.</p>\n","key":"player_id","type":"text","value":"12345"},{"description":"<p><code>Alpha Numeric</code>.  Required. Dashes are also allowed.<br />This is the unique device id assigned to the installation of the mobile app.</p>\n","key":"device_id","type":"text","value":"987654321"},{"description":"<p><code>String</code>. Required. Y-m-d format.<br />Date that the registration occurred.</p>\n","key":"register_date","type":"text","value":"2019-09-02"}]},"url":"{{betfred-url}}/api/betfred/v1/ping","description":"<p>This is the endpoint that allows you to test whether or not you are connected to our API.</p>\n","urlObject":{"path":["api","betfred","v1","ping"],"host":["{{betfred-url}}"],"query":[],"variable":[]}},"response":[{"id":"87a57dc6-4377-48ec-ae43-9269eeab54e4","name":"Ping","originalRequest":{"method":"POST","header":[{"description":"Generate a new access token in your account and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-access-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to an affiliate profile within our platform.","key":"affiliate_profile_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the id assigned to a casino within our platform.\n","key":"casino_id","type":"text","value":"1"},{"description":"`Integer`.  Required. e.g. 1, 2, 3.  \nThis is the unique id assigned against the player. This is stored against our database as the remote player id.","key":"player_id","type":"text","value":"12345"},{"description":"`Alpha Numeric`.  Required. Dashes are also allowed.  \nThis is the unique device id assigned to the installation of the mobile app.","key":"device_id","type":"text","value":"987654321"},{"description":"`String`. Required. Y-m-d format.  \nDate that the registration occurred.","key":"register_date","type":"text","value":"2019-09-02"}]},"url":"{{betfred-url}}/api/betfred/v1/ping"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.8"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 19 Mar 2020 11:29:11 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' 'unsafe-inline' data: *.googleapis.com *.twitter.com *.facebook.net www.googleadservices.com www.gstatic.com www.google.com google.com google.co.uk use.fontawesome.com 'unsafe-eval';style-src 'self' 'unsafe-inline' fonts.googleapis.com www.gstatic.com tagmanager.google.com maxcdn.bootstrapcdn.com cdn-images.mailchimp.com use.fontawesome.com;img-src 'self' * data:;font-src 'self' data: fonts.googleapis.com fonts.gstatic.com use.fontawesome.com;connect-src 'self' fonts.googleapis.com insights.hotjar.com wss://*.hotjar.com;frame-src 'self' www.google.com vars.hotjar.com;"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"pong\"\n}"}],"_postman_id":"6335a617-035e-4681-af11-987f70b08691"}],"id":"f4bb0548-d7cf-4dae-b38e-984add7255c8","_postman_id":"f4bb0548-d7cf-4dae-b38e-984add7255c8","description":""}]}