Setup Account Manager Comission

List

Retrieve a paginated list of Setup Account Manager Comission records. Supports filtering, sorting, and search.

get/api/cp/setup/account-manager-comission

Response

Successful response

idinteger

Id

created_atstring date-time nullable

Created At

user_idinteger

User Id

amountnumber

Amount

currencystring

Currency

descriptionstring

Description

Example response

[
  {
    "id": 12345,
    "created_at": "2025-01-17T10:30:00Z",
    "user_id": 1,
    "amount": 99.99,
    "currency": "USD",
    "description": "A detailed description of the resource"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.