# Commissions

- [The commission object](/rest-api/commissions/object.md): A commission represents a reward issued to an affiliate for a payment from a referred customer.
- [List commissions](/rest-api/commissions/list.md): Returns a list of your commissions. The commissions are returned sorted by creation date, with the most recent commissions appearing first.
- [Retrieve commission](/rest-api/commissions/retrieve.md): Retrieves the details of an existing commission. You need only supply the unique identifier (UUID) associated with the commission.
- [Update commission](/rest-api/commissions/update.md): Updates the specified commission by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
- [Delete commission](/rest-api/commissions/delete.md): Permanently deletes a commission. Financial stats for the associated affiliate and campaign will be recalculated.
