{"info":{"_postman_id":"dce86e95-326f-4f51-8114-54b2e52d2ebd","name":"RavenTrack API [Network]","description":"<html><head></head><body><p>These API's are available at a network level. Meaning the API's that are configured in the \"/admin\" section of any RavenTrack platform.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8768368","collectionId":"dce86e95-326f-4f51-8114-54b2e52d2ebd","publishedId":"2sB2cX8g8D","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-09T11:30:46.000Z"},"item":[{"name":"Auth","item":[],"id":"525abff8-145e-4017-ac8a-179581d2a89c","description":"<p>This API uses tokens for authentication. You will need to generate an <strong>access 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><p><em>Authorization:</em> Bearer</p>\n</li>\n<li><p><em>Accept:</em> application/json</p>\n</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>ability</strong>.</p>\n<h4 id=\"abilities\">Abilities</h4>\n<p>Our API supports multiple abilities. Abilities restrict the use of certain parts of the API based on what the network has been given access to. You select your abilities when creating your access tokens within our application.</p>\n","event":[{"listen":"prerequest","script":{"id":"bea8a0cb-79fd-4893-b9fa-45ad04c7ccfc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5dfc4fae-5c18-40c9-87cf-71b79856663a","type":"text/javascript","exec":[""]}}],"_postman_id":"525abff8-145e-4017-ac8a-179581d2a89c"},{"name":"Affiliate Account","item":[{"name":"Create Affiliate Account","id":"e6b34131-7dbc-4129-9141-e9424c2e11bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_status","value":"lead","description":"<p>Required. The status of the account that you are creating.</p>\n<p>e.g. lead, pending, in review, approved, rejected, restricted, expired, closed</p>\n","type":"text"},{"key":"company_type","value":"personal","description":"<p>Required. The company type of the account.</p>\n<p>e.g. personal, business</p>\n","type":"text"},{"key":"email_address","value":"test@test.com","description":"<p>Required. Must be unique.</p>\n<p>e.g. <a href=\"mailto:bobsmith@example.com\">bobsmith@example.com</a></p>\n","type":"text"},{"key":"first_name","value":"Test","description":"<p>Required if company_type = personal. The first name of user of the account.</p>\n","type":"text"},{"key":"last_name","value":"Name","description":"<p>Required if company_type = personal. The last name of user of the account.</p>\n","type":"text"},{"key":"dob","value":"1987-01-01","description":"<p>Required. The date of birth of the user of the account. Y-m-d format.</p>\n<p>e.g. 1987-01-01</p>\n","type":"text"},{"key":"mobile_prefix","value":"+44","description":"<p>Required. The prefix of the mobile number for the account.</p>\n<p>e.g. +44</p>\n","type":"text"},{"key":"mobile_suffix","value":"1234567890","description":"<p>Required. The suffix of the mobile number for the account. It is advised that you remove the leading zero.</p>\n<p>e.g. 7853178911</p>\n","type":"text"},{"key":"account_holder","value":"Test Name","description":"<p>Required. The full name that you wish to list as the account holder.</p>\n","type":"text"},{"key":"address_line1","value":"7 Castle Quay","description":"<p>Required. The first line of the address for the address of the user on the account.</p>\n","type":"text"},{"key":"address_line2","value":"Castle Blvd","description":"<p>Not required. The second line of the address for the address of the user on the account.</p>\n","type":"text"},{"key":"address_city","value":"Nottingham","description":"<p>Required. The city for the address of the user on the account.</p>\n","type":"text"},{"key":"address_state","value":"Nottinghamshire","description":"<p>Required. The state/county/province for the address of the user on the account.</p>\n","type":"text"},{"key":"address_country","value":"GB","description":"<p>Required. The country for the address of the user on the account. This must be the 2 digit ISO code.</p>\n<p>e.g. GB, US, SZ</p>\n","type":"text"},{"key":"address_zip","value":"NG7 1FW","description":"<p>Required. The postcode / zip code for the address of the user on the account.</p>\n","type":"text"},{"key":"affiliate_website_url","value":"https://www.example.com","description":"<p>Required. This can be the website of the affiliate to showcase the quality of their pages. This is used so we can learn more about you.</p>\n<p>e.g. <a href=\"https://www.mywebsite.com\">https://www.mywebsite.com</a></p>\n","type":"text"},{"key":"affiliate_profile_name","value":"RavenTrack Main","description":"<p>Required. The name of the affiliate profile that exists in the account you are creating.</p>\n","type":"text"},{"key":"affiliate_profile_username","value":"raventrack123main","description":"<p>Required. Must be unique.</p>\n<p>The username of the affiliate profile that exists in the account you are creating. The username uniquely identifies affiliates within the RavenTrack platform.</p>\n<p>Supports alpha numeric characters as well as slashes and underscores.</p>\n","type":"text"},{"key":"primary_account_manager","value":"2","description":"<p>Not required. </p>\n","type":"text"},{"key":"secondary_account_manager","value":"11","description":"<p>Not required.  Can not be same as primary_account_manager</p>\n","type":"text"}]},"url":"{{url}}/network/api/affiliate-account","description":"<p>Using this endpoint, you will be able to create an affiliate account on the RavenTrack network.</p>\n","urlObject":{"path":["network","api","affiliate-account"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a418c412-92ad-4278-ae77-c9683f47728f","name":"Account Successfully Created","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_status","value":"lead","description":"Required. The status of the account that you are creating.\n\ne.g. lead, pending, in review, approved, rejected, restricted, expired, closed","type":"text"},{"key":"company_type","value":"personal","description":"Required. The company type of the account.\n\ne.g. personal, business","type":"text"},{"key":"email_address","value":"test@test.com","description":"Required.\n\ne.g. bobsmith@example.com","type":"text"},{"key":"first_name","value":"Test","description":"Required if company_type = personal. The first name of user of the account.","type":"text"},{"key":"last_name","value":"Name","description":"Required if company_type = personal. The last name of user of the account.","type":"text"},{"key":"dob","value":"1987-01-01","description":"Required. The date of birth of the user of the account. Y-m-d format.\n\ne.g. 1987-01-01","type":"text"},{"key":"mobile_prefix","value":"+44","description":"Required. The prefix of the mobile number for the account.\n\ne.g. +44","type":"text"},{"key":"mobile_suffix","value":"1234567890","description":"Required. The suffix of the mobile number for the account. It is advised that you remove the leading zero.\n\ne.g. 7853178911","type":"text"},{"key":"account_holder","value":"Test Name","description":"Required. The full name that you wish to list as the account holder.","type":"text"},{"key":"address_line1","value":"7 Castle Quay","description":"Required. The first line of the address for the address of the user on the account.","type":"text"},{"key":"address_line2","value":"Castle Blvd","description":"Not required. The second line of the address for the address of the user on the account.","type":"text"},{"key":"address_city","value":"Nottingham","description":"Required. The city for the address of the user on the account.","type":"text"},{"key":"address_state","value":"Nottinghamshire","description":"Required. The state/county for the address of the user on the account.","type":"text"},{"key":"address_country","value":"GB","description":"Required. The country for the address of the user on the account. This must be the 2 digit ISO code.\n\ne.g. GB, US, SZ","type":"text"},{"key":"address_zip","value":"NG7 1FW","description":"Required. The postcode / zip code for the address of the user on the account.","type":"text"},{"key":"affiliate_website_url","value":"https://www.example.com","description":"Required. This can be the website of the affiliate to showcase the quality of their pages. This is used so we can learn more about you.\n\ne.g. https://www.mywebsite.com","type":"text"},{"key":"affiliate_profile_name","value":"RavenTrack Main","description":"Required. The name of the affiliate profile that exists in the account you are creating.","type":"text"},{"key":"affiliate_profile_username","value":"raventrack123main","description":"Required. The username of the affiliate profile that exists in the account you are creating. The username uniquely identifies affiliates within the RavenTrack platform.\n\nSupports alpha numeric characters as well as slashes and underscores.","type":"text"}]},"url":"{{url}}/network/api/affiliate-account"},"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 storage.bannernow.com banner-now-test.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 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;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 08 Dec 2022 16:34:08 GMT"},{"key":"Phpdebugbar-Id","value":"Xcbc09aa928e81ada781a84968665d4df"},{"key":"Server","value":"nginx/1.22.1"},{"key":"Set-Cookie","value":"rvn_app_session=iyO9BD0nYzfuMqIxAtWUAF8LacMKso8kv8jsv1oV; expires=Thu, 08-Dec-2022 18:34:08 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"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    \"email_address\": \"test@test.com\",\n    \"account_id\": 12,\n    \"affiliate_profile_id\": 11\n}"},{"id":"0f14c829-a87c-4a12-ac7d-3343cbc45cf6","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_status","value":"lead","description":"Required. The status of the account that you are creating.\n\ne.g. lead, pending, in review, approved, rejected, restricted, expired, closed","type":"text"},{"key":"company_type","value":"personal","description":"Required. The company type of the account.\n\ne.g. personal, business","type":"text"},{"key":"email_address","value":"test@test.com","description":"Required.\n\ne.g. bobsmith@example.com","type":"text"},{"key":"first_name","value":"Test","description":"Required if company_type = personal. The first name of user of the account.","type":"text"},{"key":"last_name","value":"Name","description":"Required if company_type = personal. The last name of user of the account.","type":"text"},{"key":"dob","value":"1987-01-01","description":"Required. The date of birth of the user of the account. Y-m-d format.\n\ne.g. 1987-01-01","type":"text"},{"key":"mobile_prefix","value":"+44","description":"Required. The prefix of the mobile number for the account.\n\ne.g. +44","type":"text"},{"key":"mobile_suffix","value":"1234567890","description":"Required. The suffix of the mobile number for the account. It is advised that you remove the leading zero.\n\ne.g. 7853178911","type":"text"},{"key":"account_holder","value":"Test Name","description":"Required. The full name that you wish to list as the account holder.","type":"text"},{"key":"address_line1","value":"7 Castle Quay","description":"Required. The first line of the address for the address of the user on the account.","type":"text"},{"key":"address_line2","value":"Castle Blvd","description":"Not required. The second line of the address for the address of the user on the account.","type":"text"},{"key":"address_city","value":"Nottingham","description":"Required. The city for the address of the user on the account.","type":"text"},{"key":"address_state","value":"Nottinghamshire","description":"Required. The state/county for the address of the user on the account.","type":"text"},{"key":"address_country","value":"GB","description":"Required. The country for the address of the user on the account. This must be the 2 digit ISO code.\n\ne.g. GB, US, SZ","type":"text"},{"key":"address_zip","value":"NG7 1FW","description":"Required. The postcode / zip code for the address of the user on the account.","type":"text"},{"key":"affiliate_website_url","value":"https://www.example.com","description":"Required. This can be the website of the affiliate to showcase the quality of their pages. This is used so we can learn more about you.\n\ne.g. https://www.mywebsite.com","type":"text"},{"key":"affiliate_profile_name","value":"RavenTrack Main","description":"Required. The name of the affiliate profile that exists in the account you are creating.","type":"text"},{"key":"affiliate_profile_username","value":"raventrack123main","description":"Required. The username of the affiliate profile that exists in the account you are creating. The username uniquely identifies affiliates within the RavenTrack platform.\n\nSupports alpha numeric characters as well as slashes and underscores.","type":"text"}]},"url":"{{url}}/network/api/affiliate-account"},"status":"Unprocessable Entity","code":422,"_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 storage.bannernow.com banner-now-test.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 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;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 08 Dec 2022 16:34:50 GMT"},{"key":"Phpdebugbar-Id","value":"X5491d376eb6ce9212c53b70f37fc4b66"},{"key":"Server","value":"nginx/1.22.1"},{"key":"Set-Cookie","value":"rvn_app_session=iyO9BD0nYzfuMqIxAtWUAF8LacMKso8kv8jsv1oV; expires=Thu, 08-Dec-2022 18:34:50 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"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    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"email_address\": [\n            \"The e-mail address has already been taken.\"\n        ],\n        \"affiliate_profile_username\": [\n            \"The affiliate profile username has already been taken.\"\n        ]\n    }\n}"}],"_postman_id":"e6b34131-7dbc-4129-9141-e9424c2e11bc"}],"id":"42eb4e6b-e244-4454-bac7-2c63879b9477","_postman_id":"42eb4e6b-e244-4454-bac7-2c63879b9477","description":""},{"name":"Affiliate List","item":[{"name":"Get Affiliate","id":"3c75aeee-8560-43a4-a4a2-dc73019b0575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/network/api/affiliate/search?paginate=1&per_page=100&page=1&created_at_from=2022-12-01&created_at_to=2022-12-30&updated_at_from&updated_at_to&detailed=0","urlObject":{"path":["network","api","affiliate","search"],"host":["{{url}}"],"query":[{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1, 0, Default: 1.<br />Whether results are returned by pages or in exactly one request.</p>\n","type":"text/plain"},"key":"paginate","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":"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"},{"description":{"content":"<p><code>String</code>. Not required. Y-m-d format.<br />Lower bound for the “created at date” of the affiliate account.</p>\n","type":"text/plain"},"key":"created_at_from","value":"2022-12-01"},{"description":{"content":"<p><code>String</code>. Not required. Y-m-d format.<br />Upper bound for the “created at date” of the affiliate account.</p>\n","type":"text/plain"},"key":"created_at_to","value":"2022-12-30"},{"description":{"content":"<p><code>String</code>. Not required. Y-m-d format.<br />Lower bound for the “updated at date” of the affiliate account.</p>\n","type":"text/plain"},"key":"updated_at_from","value":null},{"description":{"content":"<p><code>String</code>. Not required. Y-m-d format.<br />Upper bound for the “updated at date” of the affiliate account.</p>\n","type":"text/plain"},"key":"updated_at_to","value":null},{"description":{"content":"<p><code>Boolean</code>. Required. Default: 0. e.g. 1 or 0.\nDesignated whether you want the detailed view of the affiliates or the simple view. The details view will provide more information.</p>\n","type":"text/plain"},"key":"detailed","value":"0"}],"variable":[]}},"response":[{"id":"535e32d1-1f4a-46fc-b38a-1254399fde74","name":"Get Affiliate [All Results]","originalRequest":{"method":"GET","header":[{"description":"Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"{{url}}/network/api/affiliate/search?paginate=0&per_page=100&page=1&created_at_to=2020-03-29&created_at_from=2020-02-01&updated_at_to&updated_at_from","host":["{{url}}"],"path":["network","api","affiliate","search"],"query":[{"key":"paginate","value":"0","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by pages or in exactly one request."},{"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":"created_at_to","value":"2020-03-29","description":"`String`. Required. Y-m-d format.  \nUpper bound for the “created at date” of the affiliate account."},{"key":"created_at_from","value":"2020-02-01","description":"`String`. Not required. Y-m-d format.  \nLower bound for the “created at date” of the affiliate account."},{"key":"updated_at_to","value":null,"description":"`String`. Not required. Y-m-d format.  \nUpper bound for the “updated at date” of the affiliate account."},{"key":"updated_at_from","value":null,"description":"`String`. Not required. Y-m-d format.  \nLower bound for the “updated at date” of the affiliate account."}]}},"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, 24 Mar 2020 15:47:55 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    \"params\": {\n        \"created_at_from\": \"2020-02-01\",\n        \"created_at_to\": \"2020-03-29\",\n        \"updated_at_from\": null,\n        \"updated_at_to\": null,\n        \"paginate\": \"0\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": [\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"both\",\n            \"company_type\": \"personal\",\n            \"account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"first_name\": \"Barry\",\n            \"last_name\": \"Allen\",\n            \"email\": \"liam@clicktech.com\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"7853182699\",\n            \"account_holder\": \"Barry Allen\"\n        },\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"both\",\n            \"company_type\": \"business\",\n            \"account_id\": 3,\n            \"affiliate_profile_id\": 2,\n            \"affiliate_profile_username\": \"id\",\n            \"first_name\": \"Mikel\",\n            \"last_name\": \"Gerlach\",\n            \"email\": \"terrence25@example.net\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"6551639244\",\n            \"account_holder\": \"Mikel Gerlach\"\n        },\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"affiliate\",\n            \"company_type\": \"personal\",\n            \"account_id\": 4,\n            \"affiliate_profile_id\": 3,\n            \"affiliate_profile_username\": \"facilis\",\n            \"first_name\": \"Pierre\",\n            \"last_name\": \"Hudson\",\n            \"email\": \"eula61@example.net\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"7033342094\",\n            \"account_holder\": \"Pierre Hudson\"\n        },\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"both\",\n            \"company_type\": \"business\",\n            \"account_id\": 5,\n            \"affiliate_profile_id\": 4,\n            \"affiliate_profile_username\": \"aut\",\n            \"first_name\": \"Isabella\",\n            \"last_name\": \"Blanda\",\n            \"email\": \"reymundo95@example.org\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"9174101456\",\n            \"account_holder\": \"Isabella Blanda\"\n        },\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"affiliate\",\n            \"company_type\": \"personal\",\n            \"account_id\": 6,\n            \"affiliate_profile_id\": 5,\n            \"affiliate_profile_username\": \"numquam\",\n            \"first_name\": \"Maiya\",\n            \"last_name\": \"Kovacek\",\n            \"email\": \"hyatt.dayna@example.net\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"5590682351\",\n            \"account_holder\": \"Maiya Kovacek\"\n        },\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"affiliate\",\n            \"company_type\": \"personal\",\n            \"account_id\": 8,\n            \"affiliate_profile_id\": 6,\n            \"affiliate_profile_username\": \"dolores\",\n            \"first_name\": \"Holden\",\n            \"last_name\": \"Feeney\",\n            \"email\": \"cathryn39@example.com\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"3780449750\",\n            \"account_holder\": \"Holden Feeney\"\n        },\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"both\",\n            \"company_type\": \"business\",\n            \"account_id\": 9,\n            \"affiliate_profile_id\": 7,\n            \"affiliate_profile_username\": \"explicabo\",\n            \"first_name\": \"Hal\",\n            \"last_name\": \"Hettinger\",\n            \"email\": \"kirlin.belle@example.net\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"5727835388\",\n            \"account_holder\": \"Hal Hettinger\"\n        },\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"both\",\n            \"company_type\": \"personal\",\n            \"account_id\": 10,\n            \"affiliate_profile_id\": 8,\n            \"affiliate_profile_username\": \"sit\",\n            \"first_name\": \"Santos\",\n            \"last_name\": \"Boyle\",\n            \"email\": \"bjohnston@example.net\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"3936460986\",\n            \"account_holder\": \"Santos Boyle\"\n        },\n        {\n            \"created_at\": \"2020-03-19 13:48:28\",\n            \"updated_at\": \"2020-03-19 13:48:28\",\n            \"account_type\": \"both\",\n            \"company_type\": \"personal\",\n            \"account_id\": 11,\n            \"affiliate_profile_id\": 9,\n            \"affiliate_profile_username\": \"deleniti\",\n            \"first_name\": \"Zane\",\n            \"last_name\": \"Hahn\",\n            \"email\": \"destiney15@example.com\",\n            \"mobile_prefix\": \"+44\",\n            \"mobile_suffix\": \"6548057805\",\n            \"account_holder\": \"Zane Hahn\"\n        }\n    ],\n    \"totals\": {\n        \"total_results_count\": 9\n    }\n}"},{"id":"9cf668e0-10a0-478d-b1e4-f24c9b835f39","name":"Get Affiliate [Paginated]","originalRequest":{"method":"GET","header":[{"description":"Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{betfred-network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"{{url}}/network/api/affiliate/search?paginate=1&per_page=100&page=1&created_at_to=2020-03-29&created_at_from=2020-02-01&updated_at_to&updated_at_from","host":["{{url}}"],"path":["network","api","affiliate","search"],"query":[{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by pages or in exactly one request."},{"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":"created_at_to","value":"2020-03-29","description":"`String`. Required. Y-m-d format.  \nUpper bound for the “created at date” of the affiliate account."},{"key":"created_at_from","value":"2020-02-01","description":"`String`. Not required. Y-m-d format.  \nLower bound for the “created at date” of the affiliate account."},{"key":"updated_at_to","value":null,"description":"`String`. Not required. Y-m-d format.  \nUpper bound for the “updated at date” of the affiliate account."},{"key":"updated_at_from","value":null,"description":"`String`. Not required. Y-m-d format.  \nLower bound for the “updated at date” of the affiliate account."}]}},"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, 24 Mar 2020 15:47: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    \"params\": {\n        \"created_at_from\": \"2020-02-01\",\n        \"created_at_to\": \"2020-03-29\",\n        \"updated_at_from\": null,\n        \"updated_at_to\": null,\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"both\",\n                \"company_type\": \"personal\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"first_name\": \"Barry\",\n                \"last_name\": \"Allen\",\n                \"email\": \"liam@clicktech.com\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"7853182699\",\n                \"account_holder\": \"Barry Allen\"\n            },\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"both\",\n                \"company_type\": \"business\",\n                \"account_id\": 3,\n                \"affiliate_profile_id\": 2,\n                \"affiliate_profile_username\": \"id\",\n                \"first_name\": \"Mikel\",\n                \"last_name\": \"Gerlach\",\n                \"email\": \"terrence25@example.net\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"6551639244\",\n                \"account_holder\": \"Mikel Gerlach\"\n            },\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"affiliate\",\n                \"company_type\": \"personal\",\n                \"account_id\": 4,\n                \"affiliate_profile_id\": 3,\n                \"affiliate_profile_username\": \"facilis\",\n                \"first_name\": \"Pierre\",\n                \"last_name\": \"Hudson\",\n                \"email\": \"eula61@example.net\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"7033342094\",\n                \"account_holder\": \"Pierre Hudson\"\n            },\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"both\",\n                \"company_type\": \"business\",\n                \"account_id\": 5,\n                \"affiliate_profile_id\": 4,\n                \"affiliate_profile_username\": \"aut\",\n                \"first_name\": \"Isabella\",\n                \"last_name\": \"Blanda\",\n                \"email\": \"reymundo95@example.org\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"9174101456\",\n                \"account_holder\": \"Isabella Blanda\"\n            },\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"affiliate\",\n                \"company_type\": \"personal\",\n                \"account_id\": 6,\n                \"affiliate_profile_id\": 5,\n                \"affiliate_profile_username\": \"numquam\",\n                \"first_name\": \"Maiya\",\n                \"last_name\": \"Kovacek\",\n                \"email\": \"hyatt.dayna@example.net\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"5590682351\",\n                \"account_holder\": \"Maiya Kovacek\"\n            },\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"affiliate\",\n                \"company_type\": \"personal\",\n                \"account_id\": 8,\n                \"affiliate_profile_id\": 6,\n                \"affiliate_profile_username\": \"dolores\",\n                \"first_name\": \"Holden\",\n                \"last_name\": \"Feeney\",\n                \"email\": \"cathryn39@example.com\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"3780449750\",\n                \"account_holder\": \"Holden Feeney\"\n            },\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"both\",\n                \"company_type\": \"business\",\n                \"account_id\": 9,\n                \"affiliate_profile_id\": 7,\n                \"affiliate_profile_username\": \"explicabo\",\n                \"first_name\": \"Hal\",\n                \"last_name\": \"Hettinger\",\n                \"email\": \"kirlin.belle@example.net\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"5727835388\",\n                \"account_holder\": \"Hal Hettinger\"\n            },\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"both\",\n                \"company_type\": \"personal\",\n                \"account_id\": 10,\n                \"affiliate_profile_id\": 8,\n                \"affiliate_profile_username\": \"sit\",\n                \"first_name\": \"Santos\",\n                \"last_name\": \"Boyle\",\n                \"email\": \"bjohnston@example.net\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"3936460986\",\n                \"account_holder\": \"Santos Boyle\"\n            },\n            {\n                \"created_at\": \"2020-03-19 13:48:28\",\n                \"updated_at\": \"2020-03-19 13:48:28\",\n                \"account_type\": \"both\",\n                \"company_type\": \"personal\",\n                \"account_id\": 11,\n                \"affiliate_profile_id\": 9,\n                \"affiliate_profile_username\": \"deleniti\",\n                \"first_name\": \"Zane\",\n                \"last_name\": \"Hahn\",\n                \"email\": \"destiney15@example.com\",\n                \"mobile_prefix\": \"+44\",\n                \"mobile_suffix\": \"6548057805\",\n                \"account_holder\": \"Zane Hahn\"\n            }\n        ],\n        \"first_page_url\": \"http://raven-so.test/network/api/affiliate/search?created_at_from=2020-02-01&created_at_to=2020-03-29&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://raven-so.test/network/api/affiliate/search?created_at_from=2020-02-01&created_at_to=2020-03-29&paginate=1&per_page=100&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://raven-so.test/network/api/affiliate/search\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 9,\n        \"total\": 9\n    }\n}"}],"_postman_id":"3c75aeee-8560-43a4-a4a2-dc73019b0575"}],"id":"fafd8f48-d5d5-4e0a-bfe9-87bf0f426f33","description":"<p>Returns the details of affiliates that are registered to the network.</p>\n","event":[{"listen":"prerequest","script":{"id":"41fcea68-dc97-4c21-9599-8dedc93af763","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1f5b9e9a-94ed-492b-8b9d-9571063e3369","type":"text/javascript","exec":[""]}}],"_postman_id":"fafd8f48-d5d5-4e0a-bfe9-87bf0f426f33"},{"name":"Reports","item":[{"name":"Affiliate Activity By Date Range","item":[{"name":"Get Affiliate","id":"2a35f7ec-ab2c-4225-93ac-45b24dc5e822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}"},{"key":"Accept","value":"application/json"}],"url":"{{url}}/network/api/reporting/affiliate?start_date=2025-12-01&end_date=2025-12-31&currency=GBP&grouping=affiliate&show_by_site=0&paginate=1&per_page=100&page=1&vendor_id=1","description":"<p>This endpoint will only allow you to search a maximum of 30 days. A date range any larger than this will result in an error.</p>\n","urlObject":{"path":["network","api","reporting","affiliate"],"host":["{{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":"2025-12-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":"2025-12-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>. 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>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":"0"},{"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":"1"},{"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. e.g. 50, 100, 150, 200, 250. Default: 50. Max: 1000.<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"},{"description":{"content":"<p><code>Integer</code>. Not Required. Id of Vendor</p>\n","type":"text/plain"},"key":"vendor_id","value":"1"}],"variable":[]}},"response":[{"id":"31e651aa-e430-4a79-832b-a6a8c4027cfd","name":"Get Affiliate [With Vendor]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=0&paginate=1&per_page=100&page=1&vendor_id=1","host":["{{url}}"],"path":["network","api","reporting","affiliate"],"query":[{"key":"start_date","value":"2020-05-12","description":"`String`. Required. Y-m-d format.  \nLower bound for the affiliate activity date."},{"key":"end_date","value":"2020-05-12","description":"`String`. Required. Y-m-d format.  \nUpper bound for the affiliate activity date."},{"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":"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":"show_by_site","value":"0","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."},{"key":"vendor_id","value":"1","description":"`Integer`. Not Required. Id of Vendor"}]}},"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, 02 Jun 2020 13:58:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X4e6f4734c4c12f076c11dceb1a0999d7"},{"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    \"params\": {\n        \"vendor_id\": \"1\",\n        \"start_date\": \"2020-05-12\",\n        \"end_date\": \"2020-05-12\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"affiliate\",\n        \"show_by_site\": \"0\",\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\": null,\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Default\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 5,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"new_account_ratio\": 40,\n                \"active_accounts\": 2,\n                \"new_account_deposits\": \"706.00\",\n                \"depositing_accounts\": 2,\n                \"wagering_accounts\": 2,\n                \"gross_player\": \"352.88\",\n                \"net_player\": \"352.88\",\n                \"deposits\": \"706.00\",\n                \"stakes\": \"2302.33\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"705.77\",\n                \"net_revenue\": \"705.77\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"ring_fenced\": \"No\",\n                \"carry_over\": \"Yes\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": null,\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Default\",\n                \"account_id\": 5,\n                \"affiliate_profile_id\": 3,\n                \"affiliate_profile_username\": \"aff3292\",\n                \"clicks\": 0,\n                \"registrations\": 1,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 1,\n                \"new_account_ratio\": 100,\n                \"active_accounts\": 1,\n                \"new_account_deposits\": \"42.00\",\n                \"depositing_accounts\": 1,\n                \"wagering_accounts\": 1,\n                \"gross_player\": \"42.00\",\n                \"net_player\": \"35.28\",\n                \"deposits\": \"42.00\",\n                \"stakes\": \"42.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"42.00\",\n                \"net_revenue\": \"35.28\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"ring_fenced\": \"Yes\",\n                \"carry_over\": \"No\",\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate?vendor_id=1&start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate?vendor_id=1&start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 2,\n        \"total\": 2\n    },\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 6,\n        \"registration_ratio\": 0,\n        \"ftd_count\": 3,\n        \"new_account_ratio\": 50,\n        \"active_accounts\": 3,\n        \"new_account_deposits\": \"748.00\",\n        \"depositing_accounts\": \"748.00\",\n        \"wagering_accounts\": 3,\n        \"net_player\": \"247.02\",\n        \"deposits\": \"748.00\",\n        \"stakes\": \"2344.33\",\n        \"chargebacks\": \"0.00\",\n        \"gross_revenue\": \"747.77\",\n        \"net_revenue\": \"741.05\",\n        \"total_bonus\": \"0.00\",\n        \"revshare_commission\": \"0.00\",\n        \"cpa_commission\": \"0.00\",\n        \"total_commission\": \"0.00\",\n        \"cpa_count\": 0\n    }\n}"},{"id":"89b153c8-dde8-43c6-aa4d-2f1c4f789314","name":"Get Affiliate [Show Product Columns]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=1&paginate=1&per_page=100&page=1","host":["{{url}}"],"path":["network","api","reporting","affiliate"],"query":[{"key":"start_date","value":"2020-05-12","description":"`String`. Required. Y-m-d format.  \nLower bound for the affiliate activity date."},{"key":"end_date","value":"2020-05-12","description":"`String`. Required. Y-m-d format.  \nUpper bound for the affiliate activity date."},{"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":"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":"show_by_site","value":"0","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":"vendor_id","value":"1","description":"`Integer`. Not Required. Id of Vendor","disabled":true}]}},"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, 02 Jun 2020 13:54:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xada1a40e50619c6abf1b1989da6a020d"},{"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    \"params\": {\n        \"start_date\": \"2020-05-12\",\n        \"end_date\": \"2020-05-12\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"affiliate\",\n        \"show_by_site\": \"0\",\n        \"show_product_columns\": \"1\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": null,\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Default\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 5,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"new_account_ratio\": 40,\n                \"active_accounts\": 2,\n                \"new_account_deposits\": \"706.00\",\n                \"depositing_accounts\": 2,\n                \"wagering_accounts\": 2,\n                \"gross_player\": \"352.88\",\n                \"net_player\": \"352.88\",\n                \"deposits\": \"706.00\",\n                \"stakes\": \"2302.33\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"705.77\",\n                \"net_revenue\": \"705.77\",\n                \"desktop_sportsbook_bets\": 0,\n                \"desktop_sportsbook_wagered\": \"0.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ggr\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"0.00\",\n                \"desktop_casino_bets\": 0,\n                \"desktop_casino_wagered\": \"2302.33\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ggr\": \"705.77\",\n                \"desktop_casino_ngr\": \"705.77\",\n                \"desktop_games_bets\": 0,\n                \"desktop_games_wagered\": \"0.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ggr\": \"0.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                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"ring_fenced\": \"No\",\n                \"carry_over\": \"Yes\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": null,\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Default\",\n                \"account_id\": 5,\n                \"affiliate_profile_id\": 3,\n                \"affiliate_profile_username\": \"aff3292\",\n                \"clicks\": 0,\n                \"registrations\": 1,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 1,\n                \"new_account_ratio\": 100,\n                \"active_accounts\": 1,\n                \"new_account_deposits\": \"42.00\",\n                \"depositing_accounts\": 1,\n                \"wagering_accounts\": 1,\n                \"gross_player\": \"42.00\",\n                \"net_player\": \"35.28\",\n                \"deposits\": \"42.00\",\n                \"stakes\": \"42.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"42.00\",\n                \"net_revenue\": \"35.28\",\n                \"desktop_sportsbook_bets\": 0,\n                \"desktop_sportsbook_wagered\": \"0.00\",\n                \"desktop_sportsbook_bonus\": \"0.00\",\n                \"desktop_sportsbook_ggr\": \"0.00\",\n                \"desktop_sportsbook_ngr\": \"0.00\",\n                \"desktop_casino_bets\": 0,\n                \"desktop_casino_wagered\": \"42.00\",\n                \"desktop_casino_bonus\": \"0.00\",\n                \"desktop_casino_ggr\": \"42.00\",\n                \"desktop_casino_ngr\": \"35.28\",\n                \"desktop_games_bets\": 0,\n                \"desktop_games_wagered\": \"0.00\",\n                \"desktop_games_bonus\": \"0.00\",\n                \"desktop_games_ggr\": \"0.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                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"ring_fenced\": \"Yes\",\n                \"carry_over\": \"No\",\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=1&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=1&paginate=1&per_page=100&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 2,\n        \"total\": 2\n    },\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 6,\n        \"registration_ratio\": 0,\n        \"ftd_count\": 3,\n        \"new_account_ratio\": 50,\n        \"active_accounts\": 3,\n        \"new_account_deposits\": \"748.00\",\n        \"depositing_accounts\": \"748.00\",\n        \"wagering_accounts\": 3,\n        \"net_player\": \"247.02\",\n        \"deposits\": \"748.00\",\n        \"stakes\": \"2344.33\",\n        \"chargebacks\": \"0.00\",\n        \"gross_revenue\": \"747.77\",\n        \"net_revenue\": \"741.05\",\n        \"total_bonus\": \"0.00\",\n        \"revshare_commission\": \"0.00\",\n        \"cpa_commission\": \"0.00\",\n        \"total_commission\": \"0.00\",\n        \"cpa_count\": 0,\n        \"total_poker_rake\": \"0.00\",\n        \"total_poker_bonus\": \"0.00\",\n        \"total_poker_costs\": \"0.00\",\n        \"total_poker_fees\": \"0.00\",\n        \"total_poker_ggr\": \"0.00\",\n        \"total_poker_ngr\": \"0.00\",\n        \"total_bingo_wagered\": \"0.00\",\n        \"total_bingo_bonus\": \"0.00\",\n        \"total_bingo_costs\": \"0.00\",\n        \"total_bingo_ggr\": \"0.00\",\n        \"total_bingo_ngr\": \"0.00\",\n        \"total_sidegames_bets\": 0,\n        \"total_sidegames_wagered\": \"0.00\",\n        \"total_sidegames_bonus\": \"0.00\",\n        \"total_sidegames_costs\": \"0.00\",\n        \"total_sidegames_ggr\": \"0.00\",\n        \"total_sidegames_ngr\": \"0.00\",\n        \"total_desktop_sportsbook_bets\": 0,\n        \"total_desktop_sportsbook_wagered\": \"2344.33\",\n        \"total_desktop_sportsbook_bonus\": \"0.00\",\n        \"total_desktop_sportsbook_costs\": \"0.00\",\n        \"total_desktop_sportsbook_ggr\": \"747.77\",\n        \"total_desktop_sportsbook_ngr\": \"741.05\",\n        \"total_desktop_casino_bets\": 0,\n        \"total_desktop_casino_wagered\": \"2344.33\",\n        \"total_desktop_casino_costs\": \"0.00\",\n        \"total_desktop_casino_bonus\": \"0.00\",\n        \"total_desktop_casino_ggr\": \"747.77\",\n        \"total_desktop_casino_ngr\": \"741.05\",\n        \"total_desktop_games_bets\": 0,\n        \"total_desktop_games_wagered\": \"0.00\",\n        \"total_desktop_games_bonus\": \"0.00\",\n        \"total_desktop_games_costs\": \"0.00\",\n        \"total_desktop_games_ggr\": \"0.00\",\n        \"total_desktop_games_ngr\": \"0.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_ggr\": \"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_ggr\": \"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_ggr\": \"0.00\",\n        \"total_mobile_games_ngr\": \"0.00\"\n    }\n}"},{"id":"d4d35556-d85b-44dc-8f33-1e3c3e6ac0fe","name":"Get Affiliate [Show By Site]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=1&show_product_columns=0&paginate=1&per_page=100&page=1","host":["{{url}}"],"path":["network","api","reporting","affiliate"],"query":[{"key":"start_date","value":"2020-05-12","description":"`String`. Required. Y-m-d format.  \nLower bound for the affiliate activity date."},{"key":"end_date","value":"2020-05-12","description":"`String`. Required. Y-m-d format.  \nUpper bound for the affiliate activity date."},{"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":"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":"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."},{"key":"vendor_id","value":"1","description":"`Integer`. Not Required. Id of Vendor","disabled":true}]}},"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, 02 Jun 2020 13:56:55 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X7ae7287ddf49d0c78e20bd2ae68f862f"},{"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    \"params\": {\n        \"start_date\": \"2020-05-12\",\n        \"end_date\": \"2020-05-12\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"affiliate\",\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\": null,\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Default\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"clicks\": 0,\n                \"registrations\": 5,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"new_account_ratio\": 40,\n                \"active_accounts\": 2,\n                \"new_account_deposits\": \"706.00\",\n                \"depositing_accounts\": 2,\n                \"wagering_accounts\": 2,\n                \"gross_player\": \"352.88\",\n                \"net_player\": \"352.88\",\n                \"deposits\": \"706.00\",\n                \"stakes\": \"2302.33\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"705.77\",\n                \"net_revenue\": \"705.77\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"ring_fenced\": \"No\",\n                \"carry_over\": \"Yes\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": null,\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Default\",\n                \"account_id\": 5,\n                \"affiliate_profile_id\": 3,\n                \"affiliate_profile_username\": \"aff3292\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"clicks\": 0,\n                \"registrations\": 1,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 1,\n                \"new_account_ratio\": 100,\n                \"active_accounts\": 1,\n                \"new_account_deposits\": \"42.00\",\n                \"depositing_accounts\": 1,\n                \"wagering_accounts\": 1,\n                \"gross_player\": \"42.00\",\n                \"net_player\": \"35.28\",\n                \"deposits\": \"42.00\",\n                \"stakes\": \"42.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"42.00\",\n                \"net_revenue\": \"35.28\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"ring_fenced\": \"Yes\",\n                \"carry_over\": \"No\",\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&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\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=1&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 2,\n        \"total\": 2\n    },\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 6,\n        \"registration_ratio\": 0,\n        \"ftd_count\": 3,\n        \"new_account_ratio\": 50,\n        \"active_accounts\": 3,\n        \"new_account_deposits\": \"748.00\",\n        \"depositing_accounts\": \"748.00\",\n        \"wagering_accounts\": 3,\n        \"net_player\": \"247.02\",\n        \"deposits\": \"748.00\",\n        \"stakes\": \"2344.33\",\n        \"chargebacks\": \"0.00\",\n        \"gross_revenue\": \"747.77\",\n        \"net_revenue\": \"741.05\",\n        \"total_bonus\": \"0.00\",\n        \"revshare_commission\": \"0.00\",\n        \"cpa_commission\": \"0.00\",\n        \"total_commission\": \"0.00\",\n        \"cpa_count\": 0\n    }\n}"},{"id":"f51dabdb-8203-48db-883d-7d8a1015b04d","name":"Get Affiliate","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=0&paginate=1&per_page=100&page=1","host":["{{url}}"],"path":["network","api","reporting","affiliate"],"query":[{"key":"start_date","value":"2020-05-12","description":"`String`. Required. Y-m-d format.  \nLower bound for the affiliate activity date."},{"key":"end_date","value":"2020-05-12","description":"`String`. Required. Y-m-d format.  \nUpper bound for the affiliate activity date."},{"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":"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":"show_by_site","value":"0","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."},{"key":"vendor_id","value":"1","description":"`Integer`. Not Required. Id of Vendor","disabled":true}]}},"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, 02 Jun 2020 13:59:42 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X0b69098988f13329d7cf9ac1ee82b038"},{"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    \"params\": {\n        \"start_date\": \"2020-05-12\",\n        \"end_date\": \"2020-05-12\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"affiliate\",\n        \"show_by_site\": \"0\",\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\": null,\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Default\",\n                \"account_id\": 1,\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"clicks\": 0,\n                \"registrations\": 5,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 2,\n                \"new_account_ratio\": 40,\n                \"active_accounts\": 2,\n                \"new_account_deposits\": \"706.00\",\n                \"depositing_accounts\": 2,\n                \"wagering_accounts\": 2,\n                \"gross_player\": \"352.88\",\n                \"net_player\": \"352.88\",\n                \"deposits\": \"706.00\",\n                \"stakes\": \"2302.33\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"705.77\",\n                \"net_revenue\": \"705.77\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"ring_fenced\": \"No\",\n                \"carry_over\": \"Yes\",\n                \"cpa_count\": 0\n            },\n            {\n                \"activity_date\": null,\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Default\",\n                \"account_id\": 5,\n                \"affiliate_profile_id\": 3,\n                \"affiliate_profile_username\": \"aff3292\",\n                \"clicks\": 0,\n                \"registrations\": 1,\n                \"registration_ratio\": 0,\n                \"ftd_count\": 1,\n                \"new_account_ratio\": 100,\n                \"active_accounts\": 1,\n                \"new_account_deposits\": \"42.00\",\n                \"depositing_accounts\": 1,\n                \"wagering_accounts\": 1,\n                \"gross_player\": \"42.00\",\n                \"net_player\": \"35.28\",\n                \"deposits\": \"42.00\",\n                \"stakes\": \"42.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"42.00\",\n                \"net_revenue\": \"35.28\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"0.00\",\n                \"cpa_commission\": \"0.00\",\n                \"total_commission\": \"0.00\",\n                \"ring_fenced\": \"Yes\",\n                \"carry_over\": \"No\",\n                \"cpa_count\": 0\n            }\n        ],\n        \"first_page_url\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate?start_date=2020-05-12&end_date=2020-05-12&currency=GBP&grouping=affiliate&show_by_site=0&show_product_columns=0&paginate=1&per_page=100&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://www.enter-your-domain-here.com/network/api/reporting/affiliate\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 2,\n        \"total\": 2\n    },\n    \"totals\": {\n        \"clicks\": 0,\n        \"registrations\": 6,\n        \"registration_ratio\": 0,\n        \"ftd_count\": 3,\n        \"new_account_ratio\": 50,\n        \"active_accounts\": 3,\n        \"new_account_deposits\": \"748.00\",\n        \"depositing_accounts\": \"748.00\",\n        \"wagering_accounts\": 3,\n        \"net_player\": \"247.02\",\n        \"deposits\": \"748.00\",\n        \"stakes\": \"2344.33\",\n        \"chargebacks\": \"0.00\",\n        \"gross_revenue\": \"747.77\",\n        \"net_revenue\": \"741.05\",\n        \"total_bonus\": \"0.00\",\n        \"revshare_commission\": \"0.00\",\n        \"cpa_commission\": \"0.00\",\n        \"total_commission\": \"0.00\",\n        \"cpa_count\": 0\n    }\n}"}],"_postman_id":"2a35f7ec-ab2c-4225-93ac-45b24dc5e822"}],"id":"fa625d86-61f6-4500-aa00-f5b097a2cd57","description":"<p>Returns details on the activity of affiliates within a date range.</p>\n","event":[{"listen":"prerequest","script":{"id":"1961858f-15d2-427d-b49c-86018adaa220","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"67f78ea7-030f-4f55-8df6-10805aaf9ac6","type":"text/javascript","exec":[""]}}],"_postman_id":"fa625d86-61f6-4500-aa00-f5b097a2cd57"},{"name":"Player Activity By Date Range","item":[{"name":"Get Player","id":"c2395a8c-a993-4f23-8d4d-92e4a14d881d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}"},{"key":"Accept","value":"application/json"}],"url":"https://dashboard-staging.raventracktest.com/network/api/reporting/player?start_date=2025-12-01&end_date=2025-12-31&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&page=1","urlObject":{"protocol":"https","path":["network","api","reporting","player"],"host":["dashboard-staging","raventracktest","com"],"query":[{"description":{"content":"<p><code>Date</code>. Required. </p>\n<ul>\n<li>Format Y-m-d, eg. 2023-03-01</li>\n<li><code>date_range</code> must be set as <code>custom</code></li>\n</ul>\n","type":"text/plain"},"key":"start_date","value":"2025-12-01"},{"description":{"content":"<p><code>Date</code>. Required. </p>\n<ul>\n<li>Format Y-m-d, eg. 2023-03-01</li>\n<li><code>date_range</code> must be set as <code>custom</code></li>\n</ul>\n","type":"text/plain"},"key":"end_date","value":"2025-12-31"},{"description":{"content":"<p><code>String</code>. Required. </p>\n<ul>\n<li>Format ISO 4217. Eg. GBP.</li>\n</ul>\n","type":"text/plain"},"key":"currency","value":"GBP"},{"description":{"content":"<p><code>String</code>. Required. \nOptions available:</p>\n<ul>\n<li>player</li>\n<li>player_by_day</li>\n<li>player_by_month</li>\n</ul>\n","type":"text/plain"},"key":"grouping","value":"player"},{"disabled":true,"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1 or 0.</p>\n<ul>\n<li>1 - return information for new players only</li>\n<li>0 (default) - return all information for all players</li>\n</ul>\n","type":"text/plain"},"key":"new_players_only","value":"1"},{"disabled":true,"description":{"content":"<p><code>String</code>. Not Required.\nMax Characters 255.</p>\n","type":"text/plain"},"key":"s1","value":""},{"disabled":true,"description":{"content":"<p><code>String</code>. Not Required.\nMax Characters 255.</p>\n","type":"text/plain"},"key":"s2","value":""},{"disabled":true,"description":{"content":"<p><code>String</code>. Not Required.\nMax Characters 255.</p>\n","type":"text/plain"},"key":"s3","value":""},{"disabled":true,"description":{"content":"<p><code>String</code>. Not Required.\nMax Characters 255.</p>\n","type":"text/plain"},"key":"t1","value":"1"},{"disabled":true,"description":{"content":"<p><code>String</code>. Not Required.\nMax Characters 255.</p>\n","type":"text/plain"},"key":"t2","value":""},{"disabled":true,"description":{"content":"<p><code>String</code>. Not Required.\nMax Characters 255.</p>\n","type":"text/plain"},"key":"t3","value":""},{"description":{"content":"<p><code>Integer</code>. Not Required.</p>\n<ul>\n<li>Vendor ID number</li>\n</ul>\n","type":"text/plain"},"key":"vendor","value":"1"},{"disabled":true,"description":{"content":"<p><code>Integer</code>. Not Required.</p>\n","type":"text/plain"},"key":"affiliate_group","value":"1"},{"disabled":true,"description":{"content":"<p><code>Integer</code>. Not Required.</p>\n","type":"text/plain"},"key":"affiliate_site_id","value":""},{"disabled":true,"description":{"content":"<p><code>Integer</code>. Not Required.</p>\n","type":"text/plain"},"key":"affiliate_profile_id","value":"2"},{"disabled":true,"description":{"content":"<p><code>String</code>. Not Required.</p>\n","type":"text/plain"},"key":"affiliate_username","value":"test"},{"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. e.g. 50, 100, 150, 200, 250. Default: 50. Max: 1000.<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>String</code>. Not required. 2 digit ISO representation of a country. Represents the players country of registration. e.g. GB, FR, ES.</p>\n<p>You can submit more than one country via countries[].</p>\n","type":"text/plain"},"key":"countries[]","value":"GB"}],"variable":[]}},"response":[{"id":"353c996b-630e-4b6b-a4b9-ef5c724abdc4","name":"Get Player","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&page=1","host":["{{url}}"],"path":["network","api","reporting","player"],"query":[{"key":"start_date","value":"2026-02-01","description":"`Date`. Required. \n* Format Y-m-d, eg. 2023-03-01\n* `date_range` must be set as `custom`"},{"key":"end_date","value":"2026-02-28","description":"`Date`. Required. \n* Format Y-m-d, eg. 2023-03-01\n* `date_range` must be set as `custom`"},{"key":"currency","value":"GBP","description":"`String`. Required. \n* Format ISO 4217. Eg. GBP."},{"key":"grouping","value":"player","description":"`String`. Required. \nOptions available:\n* player\n* player_by_day\n* player_by_month"},{"key":"new_players_only","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0.\n* 1 - return information for new players only\n* 0 (default) - return all information for all players","disabled":true},{"key":"s1","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"s2","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"s3","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t1","value":"1","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t2","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t3","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"vendor","value":"1","description":"`Integer`. Not Required.\n* Vendor ID number"},{"key":"affiliate_group","value":"1","description":"`Integer`. Not Required.","disabled":true},{"key":"affiliate_site_id","value":"","description":"`Integer`. Not Required.","disabled":true},{"key":"affiliate_profile_id","value":"2","description":"`Integer`. Not Required.\n","disabled":true},{"key":"affiliate_username","value":"test","description":"`String`. Not Required.\n","disabled":true},{"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. Max: 1000.  \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":"countries[]","value":"GB","description":"`String`. Not required. 2 digit ISO representation of a country. Represents the players country of registration. e.g. GB, FR, ES.\n\nYou can submit more than one country via countries[].","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.28.3"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 26 Mar 2026 09:39:43 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xa3b254671d1e402e4eaecf524ed2ae64"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' *.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 c.bannerflow.net https://boost.box banner-now-test.com 'unsafe-inline' '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 c.bannerflow.net https://app.boost.box/ banner-now-test.com;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2026-02-01\",\n        \"end_date\": \"2026-02-28\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"player\",\n        \"vendor\": \"1\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": null,\n                \"currency\": \"GBP\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Epic Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign For Vendor 1\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test_username\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"resource_id\": 1,\n                \"resource_name\": \"sint\",\n                \"resource_type\": \"Email\",\n                \"country\": \"FR\",\n                \"country_of_registration\": \"FR\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2026-02-01\",\n                \"first_deposit_date\": \"2026-02-01\",\n                \"first_bet_date\": \"2026-02-01\",\n                \"first_cpa_date\": \"2026-02-01\",\n                \"deposits\": \"781.00\",\n                \"stakes\": \"217.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"1878.00\",\n                \"net_revenue\": \"1878.00\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"187.80\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"287.80\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": \"k5FCXW\",\n                \"s2\": \"JZbl1B\",\n                \"s3\": null,\n                \"cpa_count\": 1\n            },\n            {\n                \"activity_date\": null,\n                \"currency\": \"GBP\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Epic Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign For Vendor 1\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test_username\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"resource_id\": 1,\n                \"resource_name\": \"sint\",\n                \"resource_type\": \"Email\",\n                \"country\": \"GB\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2026-02-01\",\n                \"first_deposit_date\": \"2026-02-01\",\n                \"first_bet_date\": \"2026-02-01\",\n                \"first_cpa_date\": \"2026-02-01\",\n                \"deposits\": \"1459.00\",\n                \"stakes\": \"187.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"1705.00\",\n                \"net_revenue\": \"1705.00\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"170.50\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"270.50\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": \"gVSUZO\",\n                \"s2\": \"ids2ui\",\n                \"s3\": null,\n                \"cpa_count\": 1\n            },\n            {\n                \"activity_date\": null,\n                \"currency\": \"GBP\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Epic Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign For Vendor 1\",\n                \"affiliate_profile_id\": 2,\n                \"affiliate_profile_username\": \"odit_username\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"resource_id\": 1,\n                \"resource_name\": \"sint\",\n                \"resource_type\": \"Email\",\n                \"country\": \"GB\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"5\",\n                \"registered_date\": \"2026-02-01\",\n                \"first_deposit_date\": \"2026-02-01\",\n                \"first_bet_date\": \"2026-02-01\",\n                \"first_cpa_date\": \"2026-02-01\",\n                \"deposits\": \"1153.00\",\n                \"stakes\": \"276.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"1846.00\",\n                \"net_revenue\": \"1846.00\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"184.60\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"284.60\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": \"l4ZEci\",\n                \"s2\": \"w3aABP\",\n                \"s3\": null,\n                \"cpa_count\": 1\n            },\n            {\n                \"activity_date\": null,\n                \"currency\": \"GBP\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Epic Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign For Vendor 1\",\n                \"affiliate_profile_id\": 2,\n                \"affiliate_profile_username\": \"odit_username\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"resource_id\": 1,\n                \"resource_name\": \"sint\",\n                \"resource_type\": \"Email\",\n                \"country\": \"GB\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"6\",\n                \"registered_date\": \"2026-02-01\",\n                \"first_deposit_date\": \"2026-02-01\",\n                \"first_bet_date\": \"2026-02-01\",\n                \"first_cpa_date\": \"2026-02-01\",\n                \"deposits\": \"740.00\",\n                \"stakes\": \"192.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"416.00\",\n                \"net_revenue\": \"416.00\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"41.60\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"141.60\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": \"VcdpRj\",\n                \"s2\": \"AOxRSJ\",\n                \"s3\": \"5JfVkN\",\n                \"cpa_count\": 1\n            }\n        ],\n        \"first_page_url\": \"https://raven-app.test/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"https://raven-app.test/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&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/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&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/network/api/reporting/player\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 4,\n        \"total\": 4\n    },\n    \"totals\": {\n        \"deposits\": \"4133.00\",\n        \"stakes\": \"872.00\",\n        \"chargebacks\": \"0.00\",\n        \"gross_revenue\": \"5845.00\",\n        \"net_revenue\": \"5845.00\",\n        \"total_bonus\": \"0.00\",\n        \"revshare_commission\": \"584.50\",\n        \"cpa_commission\": \"400.00\",\n        \"total_commission\": \"984.50\",\n        \"cpa_count\": 4\n    }\n}"},{"id":"efacac35-f0b5-4d37-a5b1-26a9e6a9cf06","name":"Get Player [By Single Country]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&page=1&countries[]=GB","host":["{{url}}"],"path":["network","api","reporting","player"],"query":[{"key":"start_date","value":"2026-02-01","description":"`Date`. Required. \n* Format Y-m-d, eg. 2023-03-01\n* `date_range` must be set as `custom`"},{"key":"end_date","value":"2026-02-28","description":"`Date`. Required. \n* Format Y-m-d, eg. 2023-03-01\n* `date_range` must be set as `custom`"},{"key":"currency","value":"GBP","description":"`String`. Required. \n* Format ISO 4217. Eg. GBP."},{"key":"grouping","value":"player","description":"`String`. Required. \nOptions available:\n* player\n* player_by_day\n* player_by_month"},{"key":"new_players_only","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0.\n* 1 - return information for new players only\n* 0 (default) - return all information for all players","disabled":true},{"key":"s1","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"s2","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"s3","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t1","value":"1","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t2","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t3","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"vendor","value":"1","description":"`Integer`. Not Required.\n* Vendor ID number"},{"key":"affiliate_group","value":"1","description":"`Integer`. Not Required.","disabled":true},{"key":"affiliate_site_id","value":"","description":"`Integer`. Not Required.","disabled":true},{"key":"affiliate_profile_id","value":"2","description":"`Integer`. Not Required.\n","disabled":true},{"key":"affiliate_username","value":"test","description":"`String`. Not Required.\n","disabled":true},{"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. Max: 1000.  \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":"countries[]","value":"GB","description":"`String`. Not required. 2 digit ISO representation of a country. Represents the players country of registration. e.g. GB, FR, ES.\n\nYou can submit more than one country via countries[]."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.28.3"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 26 Mar 2026 09:36:33 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"Xc290516bdb4fbebfd3025742fc6c8c54"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' *.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 c.bannerflow.net https://boost.box banner-now-test.com 'unsafe-inline' '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 c.bannerflow.net https://app.boost.box/ banner-now-test.com;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2026-02-01\",\n        \"end_date\": \"2026-02-28\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"player\",\n        \"vendor\": \"1\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\",\n        \"countries\": [\n            \"GB\"\n        ]\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": null,\n                \"currency\": \"GBP\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Epic Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign For Vendor 1\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test_username\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"resource_id\": 1,\n                \"resource_name\": \"sint\",\n                \"resource_type\": \"Email\",\n                \"country\": \"GB\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"2\",\n                \"registered_date\": \"2026-02-01\",\n                \"first_deposit_date\": \"2026-02-01\",\n                \"first_bet_date\": \"2026-02-01\",\n                \"first_cpa_date\": \"2026-02-01\",\n                \"deposits\": \"1459.00\",\n                \"stakes\": \"187.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"1705.00\",\n                \"net_revenue\": \"1705.00\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"170.50\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"270.50\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": \"gVSUZO\",\n                \"s2\": \"ids2ui\",\n                \"s3\": null,\n                \"cpa_count\": 1\n            },\n            {\n                \"activity_date\": null,\n                \"currency\": \"GBP\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Epic Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign For Vendor 1\",\n                \"affiliate_profile_id\": 2,\n                \"affiliate_profile_username\": \"odit_username\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"resource_id\": 1,\n                \"resource_name\": \"sint\",\n                \"resource_type\": \"Email\",\n                \"country\": \"GB\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"5\",\n                \"registered_date\": \"2026-02-01\",\n                \"first_deposit_date\": \"2026-02-01\",\n                \"first_bet_date\": \"2026-02-01\",\n                \"first_cpa_date\": \"2026-02-01\",\n                \"deposits\": \"1153.00\",\n                \"stakes\": \"276.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"1846.00\",\n                \"net_revenue\": \"1846.00\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"184.60\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"284.60\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": \"l4ZEci\",\n                \"s2\": \"w3aABP\",\n                \"s3\": null,\n                \"cpa_count\": 1\n            },\n            {\n                \"activity_date\": null,\n                \"currency\": \"GBP\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Epic Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign For Vendor 1\",\n                \"affiliate_profile_id\": 2,\n                \"affiliate_profile_username\": \"odit_username\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"resource_id\": 1,\n                \"resource_name\": \"sint\",\n                \"resource_type\": \"Email\",\n                \"country\": \"GB\",\n                \"country_of_registration\": \"GB\",\n                \"player_id\": \"6\",\n                \"registered_date\": \"2026-02-01\",\n                \"first_deposit_date\": \"2026-02-01\",\n                \"first_bet_date\": \"2026-02-01\",\n                \"first_cpa_date\": \"2026-02-01\",\n                \"deposits\": \"740.00\",\n                \"stakes\": \"192.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"416.00\",\n                \"net_revenue\": \"416.00\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"41.60\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"141.60\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": \"VcdpRj\",\n                \"s2\": \"AOxRSJ\",\n                \"s3\": \"5JfVkN\",\n                \"cpa_count\": 1\n            }\n        ],\n        \"first_page_url\": \"https://raven-app.test/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&countries%5B0%5D=GB&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"https://raven-app.test/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&countries%5B0%5D=GB&page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://raven-app.test/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&countries%5B0%5D=GB&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/network/api/reporting/player\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 3,\n        \"total\": 3\n    },\n    \"totals\": {\n        \"deposits\": \"3352.00\",\n        \"stakes\": \"655.00\",\n        \"chargebacks\": \"0.00\",\n        \"gross_revenue\": \"3967.00\",\n        \"net_revenue\": \"3967.00\",\n        \"total_bonus\": \"0.00\",\n        \"revshare_commission\": \"584.50\",\n        \"cpa_commission\": \"400.00\",\n        \"total_commission\": \"984.50\",\n        \"cpa_count\": 4\n    }\n}"},{"id":"2c17034e-5108-4061-93c7-2e3b2c1e41f5","name":"Get Player [By Multiple Countries]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&page=1&countries[]=FR&countries[]=ES","host":["{{url}}"],"path":["network","api","reporting","player"],"query":[{"key":"start_date","value":"2026-02-01","description":"`Date`. Required. \n* Format Y-m-d, eg. 2023-03-01\n* `date_range` must be set as `custom`"},{"key":"end_date","value":"2026-02-28","description":"`Date`. Required. \n* Format Y-m-d, eg. 2023-03-01\n* `date_range` must be set as `custom`"},{"key":"currency","value":"GBP","description":"`String`. Required. \n* Format ISO 4217. Eg. GBP."},{"key":"grouping","value":"player","description":"`String`. Required. \nOptions available:\n* player\n* player_by_day\n* player_by_month"},{"key":"new_players_only","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0.\n* 1 - return information for new players only\n* 0 (default) - return all information for all players","disabled":true},{"key":"s1","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"s2","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"s3","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t1","value":"1","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t2","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t3","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"vendor","value":"1","description":"`Integer`. Not Required.\n* Vendor ID number"},{"key":"affiliate_group","value":"1","description":"`Integer`. Not Required.","disabled":true},{"key":"affiliate_site_id","value":"","description":"`Integer`. Not Required.","disabled":true},{"key":"affiliate_profile_id","value":"2","description":"`Integer`. Not Required.\n","disabled":true},{"key":"affiliate_username","value":"test","description":"`String`. Not Required.\n","disabled":true},{"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. Max: 1000.  \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":"countries[]","value":"FR","description":"`String`. Not required. 2 digit ISO representation of a country. Represents the players country of registration. e.g. GB, FR, ES.\nYou can submit more than one country via countries[]."},{"key":"countries[]","value":"ES","description":"`String`. Not required. 2 digit ISO representation of a country. Represents the players country of registration. e.g. GB, FR, ES.\nYou can submit more than one country via countries[]."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.28.3"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 26 Mar 2026 09:37:27 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"X76cdac1ab02b123d00f1f28e38965084"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' *.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 c.bannerflow.net https://boost.box banner-now-test.com 'unsafe-inline' '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 c.bannerflow.net https://app.boost.box/ banner-now-test.com;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2026-02-01\",\n        \"end_date\": \"2026-02-28\",\n        \"currency\": \"GBP\",\n        \"grouping\": \"player\",\n        \"vendor\": \"1\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\",\n        \"countries\": [\n            \"FR\",\n            \"ES\"\n        ]\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"activity_date\": null,\n                \"currency\": \"GBP\",\n                \"vendor_id\": 1,\n                \"vendor_name\": \"Epic Casino\",\n                \"campaign_id\": \"1\",\n                \"campaign_name\": \"Test Campaign For Vendor 1\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test_username\",\n                \"affiliate_profile_site_id\": \"N/A\",\n                \"affiliate_profile_site_name\": \"N/A\",\n                \"resource_id\": 1,\n                \"resource_name\": \"sint\",\n                \"resource_type\": \"Email\",\n                \"country\": \"FR\",\n                \"country_of_registration\": \"FR\",\n                \"player_id\": \"1\",\n                \"registered_date\": \"2026-02-01\",\n                \"first_deposit_date\": \"2026-02-01\",\n                \"first_bet_date\": \"2026-02-01\",\n                \"first_cpa_date\": \"2026-02-01\",\n                \"deposits\": \"781.00\",\n                \"stakes\": \"217.00\",\n                \"chargebacks\": \"0.00\",\n                \"gross_revenue\": \"1878.00\",\n                \"net_revenue\": \"1878.00\",\n                \"total_bonus\": \"0.00\",\n                \"revshare_commission\": \"187.80\",\n                \"cpa_commission\": \"100.00\",\n                \"total_commission\": \"287.80\",\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"s1\": \"k5FCXW\",\n                \"s2\": \"JZbl1B\",\n                \"s3\": null,\n                \"cpa_count\": 1\n            }\n        ],\n        \"first_page_url\": \"https://raven-app.test/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&countries%5B0%5D=FR&countries%5B1%5D=ES&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"https://raven-app.test/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&countries%5B0%5D=FR&countries%5B1%5D=ES&page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://raven-app.test/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&countries%5B0%5D=FR&countries%5B1%5D=ES&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/network/api/reporting/player\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 1,\n        \"total\": 1\n    },\n    \"totals\": {\n        \"deposits\": \"781.00\",\n        \"stakes\": \"217.00\",\n        \"chargebacks\": \"0.00\",\n        \"gross_revenue\": \"1878.00\",\n        \"net_revenue\": \"1878.00\",\n        \"total_bonus\": \"0.00\",\n        \"revshare_commission\": \"584.50\",\n        \"cpa_commission\": \"400.00\",\n        \"total_commission\": \"984.50\",\n        \"cpa_count\": 4\n    }\n}"},{"id":"6006f20b-eeb5-4b2c-85ed-c58dacfb14e5","name":"Get Player [Invalid Country]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}"},{"key":"Accept","value":"application/json"}],"url":{"raw":"{{url}}/network/api/reporting/player?start_date=2026-02-01&end_date=2026-02-28&currency=GBP&grouping=player&vendor=1&paginate=1&per_page=100&page=1&countries[]=invalid","host":["{{url}}"],"path":["network","api","reporting","player"],"query":[{"key":"start_date","value":"2026-02-01","description":"`Date`. Required. \n* Format Y-m-d, eg. 2023-03-01\n* `date_range` must be set as `custom`"},{"key":"end_date","value":"2026-02-28","description":"`Date`. Required. \n* Format Y-m-d, eg. 2023-03-01\n* `date_range` must be set as `custom`"},{"key":"currency","value":"GBP","description":"`String`. Required. \n* Format ISO 4217. Eg. GBP."},{"key":"grouping","value":"player","description":"`String`. Required. \nOptions available:\n* player\n* player_by_day\n* player_by_month"},{"key":"new_players_only","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0.\n* 1 - return information for new players only\n* 0 (default) - return all information for all players","disabled":true},{"key":"s1","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"s2","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"s3","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t1","value":"1","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t2","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"t3","value":"","description":"`String`. Not Required.\nMax Characters 255.","disabled":true},{"key":"vendor","value":"1","description":"`Integer`. Not Required.\n* Vendor ID number"},{"key":"affiliate_group","value":"1","description":"`Integer`. Not Required.","disabled":true},{"key":"affiliate_site_id","value":"","description":"`Integer`. Not Required.","disabled":true},{"key":"affiliate_profile_id","value":"2","description":"`Integer`. Not Required.\n","disabled":true},{"key":"affiliate_username","value":"test","description":"`String`. Not Required.\n","disabled":true},{"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. Max: 1000.  \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":"countries[]","value":"invalid","description":"`String`. Not required. 2 digit ISO representation of a country. Represents the players country of registration. e.g. GB, FR, ES.\n\nYou can submit more than one country via countries[]."}]}},"status":"Unprocessable Content","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.28.3"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 26 Mar 2026 09:39:07 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X3ef3391766f6cef653065d16e6fdc938"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Security-Policy","value":"default-src 'self' ;script-src 'self' *.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 c.bannerflow.net https://boost.box banner-now-test.com 'unsafe-inline' '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 c.bannerflow.net https://app.boost.box/ banner-now-test.com;worker-src 'self' self blob: 'unsafe-inline';"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"countries.0\": [\n            \"The selected country code is invalid.\"\n        ]\n    }\n}"}],"_postman_id":"c2395a8c-a993-4f23-8d4d-92e4a14d881d"}],"id":"b00a0f29-129a-4b00-be1d-f9928852c706","_postman_id":"b00a0f29-129a-4b00-be1d-f9928852c706","description":""},{"name":"Dynamic Parameter Activity By Date Range","item":[{"name":"Get Dynamic Parameter","id":"985cc4d0-397b-4269-9d52-7ebf309a35b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/network/api/reporting/dynamic-parameter?start_date=2024-05-01&end_date=2024-05-31&currency=GBP&vendor=1&dynamic_parameter=s1&affiliate_username=test_username&grouping=dynamic_parameter&paginate=0&per_page=50&page=1&split_results_desktop_and_mobile=0","urlObject":{"path":["network","api","reporting","dynamic-parameter"],"host":["{{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. 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":"vendor","value":"1"},{"description":{"content":"<p>Required.</p>\n<p>s1, 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":"xxxxxxxxx"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"affiliate_username","value":"test_username"},{"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":"0"},{"description":{"content":"<p>Optional. </p>\n<p>50, 100, 150, 200, 250, 500, 1000.</p>\n","type":"text/plain"},"key":"per_page","value":"50"},{"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":"a28fee9e-1498-4b76-bf1a-ab435b9d5bfc","name":"Get Dynamic Parameter","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/network/api/reporting/dynamic-parameter?start_date=2023-10-01&end_date=2023-10-01&currency=NGN&vendor=1&dynamic_parameter=s1&affiliate_profile_id=1&grouping=dynamic_parameter&paginate=1&per_page=50&page=1","host":["{{url}}"],"path":["network","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":"currency","value":"NGN","description":"Required. Currency of the report."},{"key":"vendor","value":"1","description":"Required. Positive integer."},{"key":"dynamic_parameter","value":"s1","description":"Required.\n\ns1, s2, s3"},{"key":"dynamic_parameter_value","value":"TOUCH","description":"Optional. Search for a specific parameter value.","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":"50","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:54:28 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":"58"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"start_date\": \"2023-10-01\",\n        \"end_date\": \"2023-10-01\",\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\": \"50\",\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/network/api/reporting/dynamic-parameter?start_date=2023-10-01&end_date=2023-10-01&currency=NGN&vendor=1&affiliate_profile_id=1&dynamic_parameter=s1&grouping=dynamic_parameter&paginate=1&per_page=50&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"https://raven-app.test/network/api/reporting/dynamic-parameter?start_date=2023-10-01&end_date=2023-10-01&currency=NGN&vendor=1&affiliate_profile_id=1&dynamic_parameter=s1&grouping=dynamic_parameter&paginate=1&per_page=50&page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://raven-app.test/network/api/reporting/dynamic-parameter?start_date=2023-10-01&end_date=2023-10-01&currency=NGN&vendor=1&affiliate_profile_id=1&dynamic_parameter=s1&grouping=dynamic_parameter&paginate=1&per_page=50&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/network/api/reporting/dynamic-parameter\",\n        \"per_page\": 50,\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        \"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        \"currency\": \"NGN\",\n        \"account_type\": null\n    }\n}"}],"_postman_id":"985cc4d0-397b-4269-9d52-7ebf309a35b9"}],"id":"f6cee3bb-9a80-46dc-b479-8301e28c32f3","_postman_id":"f6cee3bb-9a80-46dc-b479-8301e28c32f3","description":""}],"id":"30aa065e-3f5f-4ea6-8c57-e482688c4a92","description":"<p>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","_postman_id":"30aa065e-3f5f-4ea6-8c57-e482688c4a92"},{"name":"Click","item":[{"name":"Click Lookup","id":"d028d511-cef4-4cc8-b168-840c2936d99d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/network/api/network-click-lookup?paginate=1&per_page=100&page=1&click_date_from=2023-09-01&click_date_to=2023-09-22","description":"<p>This endpoint will only allow you to search <strong>a maximum of 30 days</strong>. A date range any larger than this will result in an error.</p>\n","urlObject":{"path":["network","api","network-click-lookup"],"host":["{{url}}"],"query":[{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1, 0, Default: 1.<br />Whether results are returned by pages or in exactly one request.</p>\n","type":"text/plain"},"key":"paginate","value":"1"},{"description":{"content":"<p><code>Integer</code>.  Not required. e.g. 50, 100, 150, 200, 250, 1000, 2000, 5000, 10000, 50000, 100000. Default: 50.</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"},{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.\nLower bound for the date the click occurred.</p>\n","type":"text/plain"},"key":"click_date_from","value":"2023-09-01"},{"description":{"content":"<p><code>String</code>. Required. Y-m-d format.\nUpper bound for the date the click occurred.</p>\n","type":"text/plain"},"key":"click_date_to","value":"2023-09-22"}],"variable":[]}},"response":[{"id":"b35f330a-f84f-4788-972a-a48a4aa95de5","name":"Get Clicks [Paginated]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/network/api/network-click-lookup?paginate=1&per_page=100&page=1&click_date_from=2022-04-13&click_date_to=2022-04-14","host":["{{url}}"],"path":["network","api","network-click-lookup"],"query":[{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by pages or in exactly one request."},{"key":"per_page","value":"100","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50."},{"key":"page","value":"1","description":"`Integer`. Required if \"paginate\" is provided. e.g. 1, 2.  \nPage number of the requested page."},{"key":"click_date_from","value":"2022-04-13","description":"`String`. Required. Y-m-d format.\nLower bound for the date the click occurred."},{"key":"click_date_to","value":"2022-04-14","description":"`String`. Required. Y-m-d format.\nUpper bound for the date the click occurred."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"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, 14 Apr 2022 11:08:11 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 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:;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';"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"click_date_from\": \"2022-04-13\",\n        \"click_date_to\": \"2022-04-14\",\n        \"paginate\": \"1\",\n        \"per_page\": \"100\",\n        \"page\": \"1\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"click_id\": 1747,\n                \"click_date\": \"2022-04-13 09:52:03\",\n                \"vendor_name\": \"Heidenreich LLC Casino\",\n                \"player_id\": 1,\n                \"campaign_marketplace_name\": \"Test Campaign\",\n                \"campaign_id\": 1,\n                \"landing_page_id\": 1,\n                \"landing_page_hash\": \"Nrh7ei\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"campaign_resource_id\": 17,\n                \"device\": \"Desktop\",\n                \"ip_address\": \"192.168.10.1\",\n                \"country_code\": \"GB\",\n                \"referrer_url\": \"\",\n                \"tracking_url\": \"http://raven-app-track.test/o/uJxZUw?r_id=17&lpage=Nrh7ei\",\n                \"landing_page_url\": \"http://example.com?c=1747\",\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\",\n                \"gclid\": null,\n                \"msclkid\": null,\n                \"test\": 0\n            },\n            {\n                \"click_id\": 1748,\n                \"click_date\": \"2022-04-14 08:51:01\",\n                \"vendor_name\": \"Heidenreich LLC Casino\",\n                \"player_id\": null,\n                \"campaign_marketplace_name\": \"Test Campaign\",\n                \"campaign_id\": 1,\n                \"landing_page_id\": 1,\n                \"landing_page_hash\": \"Nrh7ei\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"campaign_resource_id\": 17,\n                \"device\": \"Desktop\",\n                \"ip_address\": \"192.168.10.1\",\n                \"country_code\": \"GB\",\n                \"referrer_url\": \"\",\n                \"tracking_url\": null,\n                \"landing_page_url\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\",\n                \"gclid\": null,\n                \"msclkid\": null,\n                \"test\": 0\n            },\n            {\n                \"click_id\": 1749,\n                \"click_date\": \"2022-04-14 08:53:58\",\n                \"vendor_name\": \"Heidenreich LLC Casino\",\n                \"player_id\": null,\n                \"campaign_marketplace_name\": \"Test Campaign\",\n                \"campaign_id\": 1,\n                \"landing_page_id\": 1,\n                \"landing_page_hash\": \"Nrh7ei\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"campaign_resource_id\": null,\n                \"device\": \"Desktop\",\n                \"ip_address\": \"192.168.10.1\",\n                \"country_code\": \"GB\",\n                \"referrer_url\": \"\",\n                \"tracking_url\": \"http://raven-app-track.test/o/uJxZUw\",\n                \"landing_page_url\": \"http://example.com?c=1749\",\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\",\n                \"gclid\": null,\n                \"msclkid\": null,\n                \"test\": 0\n            }\n        ],\n        \"first_page_url\": \"http://raven-app.test/network/api/network-click-lookup?click_date_from=2022-04-13&click_date_to=2022-04-14&paginate=1&per_page=100&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://raven-app.test/network/api/network-click-lookup?click_date_from=2022-04-13&click_date_to=2022-04-14&paginate=1&per_page=100&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://raven-app.test/network/api/network-click-lookup\",\n        \"per_page\": 100,\n        \"prev_page_url\": null,\n        \"to\": 3,\n        \"total\": 3\n    }\n}"},{"id":"64fa2475-a7fe-42ba-9bab-395d6083b59b","name":"Get Clicks [All Results]","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"{{url}}/network/api/network-click-lookup?click_date_from=2022-04-13&click_date_to=2022-04-14","host":["{{url}}"],"path":["network","api","network-click-lookup"],"query":[{"key":"paginate","value":"1","description":"`Boolean`. Not required. e.g. 1, 0, Default: 1.  \nWhether results are returned by pages or in exactly one request.","disabled":true},{"key":"per_page","value":"100","description":"`Integer`.  Not required. e.g. 50, 100, 150, 200, 250. Default: 50.","disabled":true},{"key":"page","value":"1","description":"`Integer`. Required if \"paginate\" is provided. e.g. 1, 2.  \nPage number of the requested page.","disabled":true},{"key":"click_date_from","value":"2022-04-13","description":"`String`. Required. Y-m-d format.\nLower bound for the date the click occurred."},{"key":"click_date_to","value":"2022-04-14","description":"`String`. Required. Y-m-d format.\nUpper bound for the date the click occurred."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"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, 14 Apr 2022 11:09:51 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:;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';"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"click_date_from\": \"2022-04-13\",\n        \"click_date_to\": \"2022-04-14\"\n    },\n    \"results\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"click_id\": 1747,\n                \"click_date\": \"2022-04-13 09:52:03\",\n                \"vendor_name\": \"Heidenreich LLC Casino\",\n                \"player_id\": 1,\n                \"campaign_marketplace_name\": \"Test Campaign\",\n                \"campaign_id\": 1,\n                \"landing_page_id\": 1,\n                \"landing_page_hash\": \"Nrh7ei\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"campaign_resource_id\": 17,\n                \"device\": \"Desktop\",\n                \"ip_address\": \"192.168.10.1\",\n                \"country_code\": \"GB\",\n                \"referrer_url\": \"\",\n                \"tracking_url\": \"http://raven-app-track.test/o/uJxZUw?r_id=17&lpage=Nrh7ei\",\n                \"landing_page_url\": \"http://example.com?c=1747\",\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\",\n                \"gclid\": null,\n                \"msclkid\": null,\n                \"test\": 0\n            },\n            {\n                \"click_id\": 1748,\n                \"click_date\": \"2022-04-14 08:51:01\",\n                \"vendor_name\": \"Heidenreich LLC Casino\",\n                \"player_id\": null,\n                \"campaign_marketplace_name\": \"Test Campaign\",\n                \"campaign_id\": 1,\n                \"landing_page_id\": 1,\n                \"landing_page_hash\": \"Nrh7ei\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"campaign_resource_id\": 17,\n                \"device\": \"Desktop\",\n                \"ip_address\": \"192.168.10.1\",\n                \"country_code\": \"GB\",\n                \"referrer_url\": \"\",\n                \"tracking_url\": null,\n                \"landing_page_url\": null,\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\",\n                \"gclid\": null,\n                \"msclkid\": null,\n                \"test\": 0\n            },\n            {\n                \"click_id\": 1749,\n                \"click_date\": \"2022-04-14 08:53:58\",\n                \"vendor_name\": \"Heidenreich LLC Casino\",\n                \"player_id\": null,\n                \"campaign_marketplace_name\": \"Test Campaign\",\n                \"campaign_id\": 1,\n                \"landing_page_id\": 1,\n                \"landing_page_hash\": \"Nrh7ei\",\n                \"affiliate_profile_id\": 1,\n                \"affiliate_profile_username\": \"test\",\n                \"affiliate_profile_site_id\": null,\n                \"campaign_resource_id\": null,\n                \"device\": \"Desktop\",\n                \"ip_address\": \"192.168.10.1\",\n                \"country_code\": \"GB\",\n                \"referrer_url\": \"\",\n                \"tracking_url\": \"http://raven-app-track.test/o/uJxZUw\",\n                \"landing_page_url\": \"http://example.com?c=1749\",\n                \"s1\": null,\n                \"s2\": null,\n                \"s3\": null,\n                \"t1\": null,\n                \"t2\": null,\n                \"t3\": null,\n                \"user_agent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\",\n                \"gclid\": null,\n                \"msclkid\": null,\n                \"test\": 0\n            }\n        ],\n        \"first_page_url\": \"http://raven-app.test/network/api/network-click-lookup?click_date_from=2022-04-13&click_date_to=2022-04-14&page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://raven-app.test/network/api/network-click-lookup?click_date_from=2022-04-13&click_date_to=2022-04-14&page=1\",\n        \"next_page_url\": null,\n        \"path\": \"http://raven-app.test/network/api/network-click-lookup\",\n        \"per_page\": 50,\n        \"prev_page_url\": null,\n        \"to\": 3,\n        \"total\": 3\n    }\n}"}],"_postman_id":"d028d511-cef4-4cc8-b168-840c2936d99d"}],"id":"a436f301-cb5e-473d-8d00-a84cb0396c2b","description":"<p>Returns click details within a date range for the whole network.</p>\n","_postman_id":"a436f301-cb5e-473d-8d00-a84cb0396c2b"},{"name":"Payment Details","item":[{"name":"Get Payment Details","id":"d8b3c424-1655-44de-934e-2230fb16903e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/network/api/finance/payment-details","description":"<p>Returns all payment details for approved accounts.</p>\n","urlObject":{"path":["network","api","finance","payment-details"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"84a89abf-37de-4b90-ada0-7b6117f65296","name":"Get Payment Details","originalRequest":{"method":"GET","header":[{"description":"Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/network/api/finance/payment-details"},"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 '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;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 24 Oct 2023 13:32:43 GMT"},{"key":"Phpdebugbar-Id","value":"X3cb44e5894e4f60dff58d2706097b677"},{"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":"58"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"account_id\": 1,\n        \"payment_account_id\": 1,\n        \"payment_account_added\": \"yes\",\n        \"is_primary\": 0,\n        \"status\": \"approved\",\n        \"method\": \"bank\",\n        \"email\": null,\n        \"currency\": \"GBP\",\n        \"beneficiary_name\": \"Barry Allen\",\n        \"beneficiary_address_line1\": \"St James Place\",\n        \"beneficiary_address_line2\": \"7 Castle Quay\",\n        \"beneficiary_address_city\": \"Nottingham\",\n        \"beneficiary_address_state\": \"Nottinghamshire\",\n        \"beneficiary_address_zip\": \"NG71FW\",\n        \"beneficiary_address_country\": \"GB\",\n        \"beneficiary_dob\": null,\n        \"bank_name\": \"Barclays\",\n        \"bank_address_line1\": \"High Street\",\n        \"bank_address_line2\": \"\",\n        \"bank_address_city\": \"Nottingham\",\n        \"bank_address_state\": \"Nottinghamshire\",\n        \"bank_address_zip\": \"NG71FW\",\n        \"bank_address_country\": \"GB\",\n        \"account_number\": \"12345678\",\n        \"iban\": \"GB28IYLH24930763188176\",\n        \"sort_code\": \"774026\",\n        \"swift_code\": \"RFMVUVQPLVG\"\n    },\n    {\n        \"account_id\": 2,\n        \"payment_account_added\": \"no\"\n    },\n    {\n        \"account_id\": 3,\n        \"payment_account_added\": \"no\"\n    },\n    {\n        \"account_id\": 4,\n        \"payment_account_added\": \"no\"\n    },\n    {\n        \"account_id\": 5,\n        \"payment_account_added\": \"no\"\n    },\n    {\n        \"account_id\": 8,\n        \"payment_account_added\": \"no\"\n    },\n    {\n        \"account_id\": 9,\n        \"payment_account_added\": \"no\"\n    },\n    {\n        \"account_id\": 10,\n        \"payment_account_added\": \"no\"\n    },\n    {\n        \"account_id\": 11,\n        \"payment_account_added\": \"no\"\n    }\n]"}],"_postman_id":"d8b3c424-1655-44de-934e-2230fb16903e"}],"id":"938534e8-cdde-48ef-a854-12677bd4ab80","_postman_id":"938534e8-cdde-48ef-a854-12677bd4ab80","description":""},{"name":"Manual Payments","item":[{"name":"Get Manual Payments","id":"6f4404ad-e718-4276-bacf-745f3b4045d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{network-token}}","description":"<p>Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.</p>\n","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"{{url}}/network/api/finance/manual-payments?invoice_period_from=2024-10&invoice_period_to=2024-10&vendor_id=1","description":"<p>Returns all payment details for approved accounts.</p>\n","urlObject":{"path":["network","api","finance","manual-payments"],"host":["{{url}}"],"query":[{"key":"invoice_period_from","value":"2024-10"},{"key":"invoice_period_to","value":"2024-10"},{"key":"vendor_id","value":"1"}],"variable":[]}},"response":[{"id":"05aa5c68-e479-422a-a45f-8b1870f54ecf","name":"Get Manual Payments [Per Vendor]","originalRequest":{"method":"GET","header":[{"description":"Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"{{url}}/network/api/finance/manual-payments?invoice_period_from=2023-09&invoice_period_to=2023-10&vendor_id=1","host":["{{url}}"],"path":["network","api","finance","manual-payments"],"query":[{"key":"invoice_period_from","value":"2023-09","description":"`String`. Required. Y-m format.\nLower bound for the current, previous or future invoice month the manual payment is, was or will be applied in.\n"},{"key":"invoice_period_to","value":"2023-10","description":"`String`. Required. Y-m format.\nUpper bound for the current, previous or future invoice month the manual payment is, was or will be applied in."},{"key":"vendor_id","value":"1","description":"`Integer`.  Required.\nAny approved vendor ID within the network."}]}},"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 '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;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 13 Oct 2023 08:46:11 GMT"},{"key":"Phpdebugbar-Id","value":"X886453fb6cb0e57a1efa191475e1b6df"},{"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        \"invoice_period_from\": \"2023-09\",\n        \"invoice_period_to\": \"2023-10\",\n        \"vendor_id\": \"1\"\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"vendor_id\": 1,\n            \"vendor_name\": \"Zboncak-Reichel Casino\",\n            \"affiliate_account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"invoice_period\": \"2023-10\",\n            \"manual_payment_category\": \"Adjustment\",\n            \"amount\": 10.00,\n            \"currency\": \"EUR\",\n            \"notes\": \"This is an adjustment. It is usally applied on an invoice to offset a cost of some kind.\",\n            \"date_manual_payment_added\": \"2023-10-12\",\n            \"added_by\": \"Barry Allen\"\n        },\n        {\n            \"id\": 2,\n            \"vendor_id\": 1,\n            \"vendor_name\": \"Zboncak-Reichel Casino\",\n            \"affiliate_account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"invoice_period\": \"2023-10\",\n            \"manual_payment_category\": \"Bonus\",\n            \"amount\": 20.00,\n            \"currency\": \"EUR\",\n            \"notes\": \"This is a bonus. It should be applied on the invoice.\",\n            \"date_manual_payment_added\": \"2023-10-13\",\n            \"added_by\": \"Barry Allen\"\n        },\n        {\n            \"id\": 3,\n            \"vendor_id\": 1,\n            \"vendor_name\": \"Zboncak-Reichel Casino\",\n            \"affiliate_account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"invoice_period\": \"2023-10\",\n            \"manual_payment_category\": \"Tenancy\",\n            \"amount\": 30.00,\n            \"currency\": \"EUR\",\n            \"notes\": \"This is a tenancy. It should be applied as a manual payment on an invoice.\",\n            \"date_manual_payment_added\": \"2023-10-13\",\n            \"added_by\": \"Barry Allen\"\n        }\n    ],\n    \"total_results_count\": 3\n}"},{"id":"2c050234-8910-4f40-9bf7-ebae831f750b","name":"Get Manual Payments [All Vendors]","originalRequest":{"method":"GET","header":[{"description":"Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"{{url}}/network/api/finance/manual-payments?invoice_period_from=2023-09&invoice_period_to=2023-11","host":["{{url}}"],"path":["network","api","finance","manual-payments"],"query":[{"key":"invoice_period_from","value":"2023-09","description":"`String`. Required. Y-m format.\nLower bound for the current, previous or future invoice month the manual payment is, was or will be applied in.\n"},{"key":"invoice_period_to","value":"2023-11","description":"`String`. Required. Y-m format.\nUpper bound for the current, previous or future invoice month the manual payment is, was or will be applied in."},{"key":"vendor_id","value":"1","description":"`Integer`.  Optional.\nAny approved vendor ID within the network.\n\nIf you don't provide any vendor id, the API will return all vendors.","disabled":true}]}},"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 '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;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 13 Nov 2023 11:43:32 GMT"},{"key":"Phpdebugbar-Id","value":"X6e0ab6d5613ea5b756993f5849c58799"},{"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":"57"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"params\": {\n        \"invoice_period_from\": \"2023-09\",\n        \"invoice_period_to\": \"2023-11\"\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"vendor_id\": 1,\n            \"vendor_name\": \"Nitzsche Inc Casino\",\n            \"affiliate_account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"invoice_period\": \"2023-11\",\n            \"manual_payment_category\": \"Bonus\",\n            \"amount\": \"100.00\",\n            \"currency\": \"GBP\",\n            \"notes\": \"bonus a\",\n            \"date_manual_payment_added\": \"2023-11-10\",\n            \"added_by\": \"Barry Allen\"\n        },\n        {\n            \"id\": 2,\n            \"vendor_id\": 1,\n            \"vendor_name\": \"Nitzsche Inc Casino\",\n            \"affiliate_account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"invoice_period\": \"2023-11\",\n            \"manual_payment_category\": \"Bonus\",\n            \"amount\": 300.00,\n            \"currency\": \"GBP\",\n            \"notes\": \"bonus c\",\n            \"date_manual_payment_added\": \"2023-11-10\",\n            \"added_by\": \"Barry Allen\"\n        },\n        {\n            \"id\": 2,\n            \"vendor_id\": 2,\n            \"vendor_name\": \"Fadel, Gleichner and Tromp Casino\",\n            \"affiliate_account_id\": 1,\n            \"affiliate_profile_id\": 1,\n            \"affiliate_profile_username\": \"test\",\n            \"invoice_period\": \"2023-11\",\n            \"manual_payment_category\": \"Bonus\",\n            \"amount\": 200.00,\n            \"currency\": \"GBP\",\n            \"notes\": \"bonus b\",\n            \"date_manual_payment_added\": \"2023-11-10\",\n            \"added_by\": \"Barry Allen\"\n        }\n    ],\n    \"total_results_count\": 3\n}"}],"_postman_id":"6f4404ad-e718-4276-bacf-745f3b4045d2"}],"id":"552f78c2-df7e-4fa8-be0d-1c31f587da53","_postman_id":"552f78c2-df7e-4fa8-be0d-1c31f587da53","description":""},{"name":"Compliance","item":[{"name":"Account Compliance","id":"a07cd1b1-447e-4d56-ac36-fa379c5fc77f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.</p>\n","key":"Authorization","type":"text","value":"Bearer {{network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":"{{url}}/network/api/compliance/account?account_status[]=approved&verified_compliance_documents=1","description":"<p>Returns account compliance information</p>\n","urlObject":{"path":["network","api","compliance","account"],"host":["{{url}}"],"query":[{"description":{"content":"<p><code>String</code> Not required. None or more of the following: lead, pending, in_review, approved, rejected, restricted, expired or closed.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>account_status[]= (Returns accounts with any status)\naccount_status[]=pending\naccount_status[]=in_review&amp;account_status[]=closed\n</code></pre>","type":"text/plain"},"key":"account_status[]","value":"approved"},{"description":{"content":"<p><code>Boolean</code>. Not required. e.g. 1 or 0.\n1 return all accounts with verified documents.\n0 return all accounts with unverified documents</p>\n","type":"text/plain"},"key":"verified_compliance_documents","value":"1"}],"variable":[]}},"response":[{"id":"026716c0-48a8-4bc2-9c9c-913deaa04864","name":"Account Compliance","originalRequest":{"method":"GET","header":[{"description":"Login to your staff account and generate a new access token and use this here,  this is to ensure you are authenticated to make the request.","key":"Authorization","type":"text","value":"Bearer {{network-token}}"},{"key":"Accept","type":"text","value":"application/json"}],"url":{"raw":"{{url}}/network/api/compliance/account?account_status[]=approved&verified_compliance_documents=1","host":["{{url}}"],"path":["network","api","compliance","account"],"query":[{"key":"account_status[]","value":"approved","description":"`String` Not required. None or more of the following: lead, pending, in_review, approved, rejected, restricted, expired or closed.\n\n    account_status[]= (Returns accounts with any status)\n    account_status[]=pending\n    account_status[]=in_review&account_status[]=closed"},{"key":"verified_compliance_documents","value":"1","description":"`Boolean`. Not required. e.g. 1 or 0.\n1 return all accounts with verified documents.\n0 return all accounts with unverified documents"}]}},"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 '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;worker-src 'self' self blob: 'unsafe-inline';"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 Nov 2023 11:34:49 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        \"account_status\": [\n            \"approved\"\n        ],\n        \"verified_compliance_documents\": \"1\"\n    },\n    \"results\": [\n        {\n            \"account_id\": 1,\n            \"account_holder\": \"Barry Allen\",\n            \"created_at\": \"2023-11-23 12:04:59\",\n            \"verified_compliance_documents\": 1,\n            \"status\": \"approved\"\n        },\n        {\n            \"account_id\": 3,\n            \"account_holder\": \"Emiliano Ernser\",\n            \"created_at\": \"2023-11-23 12:05:00\",\n            \"verified_compliance_documents\": 1,\n            \"status\": \"approved\"\n        },\n        {\n            \"account_id\": 7,\n            \"account_holder\": \"Dayne Paucek\",\n            \"created_at\": \"2023-11-23 12:05:00\",\n            \"verified_compliance_documents\": 1,\n            \"status\": \"approved\"\n        },\n        {\n            \"account_id\": 9,\n            \"account_holder\": \"Chase Keeling\",\n            \"created_at\": \"2023-11-23 12:05:00\",\n            \"verified_compliance_documents\": 1,\n            \"status\": \"approved\"\n        },\n        {\n            \"account_id\": 10,\n            \"account_holder\": \"Leanna Kautzer\",\n            \"created_at\": \"2023-11-23 12:05:00\",\n            \"verified_compliance_documents\": 1,\n            \"status\": \"approved\"\n        },\n        {\n            \"account_id\": 11,\n            \"account_holder\": \"Nathaniel Kerluke\",\n            \"created_at\": \"2023-11-23 12:05:00\",\n            \"verified_compliance_documents\": 1,\n            \"status\": \"approved\"\n        }\n    ],\n    \"total_results_count\": 6\n}"}],"_postman_id":"a07cd1b1-447e-4d56-ac36-fa379c5fc77f"}],"id":"91a45e00-39e7-4946-9633-c8bfd1e5a68a","_postman_id":"91a45e00-39e7-4946-9633-c8bfd1e5a68a","description":""}]}