🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
api_tokenapi_token: YOUR_API_KEY| Method | Endpoint | Purpose |
|---|---|---|
GET | /split-commission-types | List all available commission type labels |
GET | /split-commission-types?type_id={id} | Get a specific commission type label |
POST | /split-commission-types | Create a new commission type label |
PUT | /split-commission-types/{type_id} | Update an existing commission type label |
DELETE | /split-commission-types/{type_id} | Delete an existing commission type label |