--- title: "Get Commission Sharing Rules" slug: "gets-list-of-commission-sharing-rules-for-a-publisher" updated: 2024-07-08T15:35:31Z published: 2024-07-08T15:35:31Z canonical: "help.awin.com/gets-list-of-commission-sharing-rules-for-a-publisher" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.awin.com/llms.txt > Use this file to discover all available pages before exploring further. # Get Commission Sharing Rules Get/publishers/{publisherId}/commissionsharingrules **GET commissionsharingrules** Service partners can pull a complete list of the commission-sharing rules they have setup with their publishers. **Who can use it?** Service partners Header parametersAuthorizationstring accessToken Path parameterspublisherIdinteger (int64) Required publisherId Query parametersaccessTokenstringRequired access token Responses200 OK object **Which data fields do we provide?** | Field Name | Description | | --- | --- | | ruleId | ID of the commission sharing rule | | servicePartnerId | ID of the service partner | | publisherID | ID of the publisher | | servicePartnerShare | The commission that the service partner receives, in percent | | publisherShare | The commission that the publisher receives, in percent | | ruleTitle | The title or name of the commission sharing rule, as a string | | created | The date and time that the rule was created | | modified | The date and time that the rule was last modified |