Retrieves detailed data about individual commisions of the current user.
Authorizations
Query parameters
statusIdintegerOptionalExample: 1
dateFromstring · dateOptionalExample: 2021-08-01
dateTostring · dateOptionalExample: 2021-11-01
pg[sortBy]stringOptional
The value that will be used to sort returned entities by.
Example: id
pg[offset]integerOptional
The value of entities you want to skip before getting entities you need.
pg[sortDir]string · enumOptional
The sorting order. It accepts the ascending and descending direction specifiers.
Available options:
pg[limit]integerOptional
Sets the maximum number of results per page in the API call response. For example, pg[limit]=100. The default number varies with different API endpoints.
Responses
application/json
objectOptional
get
GET /api/v2/affiliate/commissions HTTP/1.1
Host: eu1.make.com
Authorization: YOUR_API_KEY
Accept: */*