### Create Account Note API Request Example (JSON) Source: https://developers.trackdesk.com/index Example of a POST request to create an account note. Requires an account ID and the note content. This demonstrates the structure of the request body for this specific API operation. ```json { "accountId": "", "note": "" } ``` -------------------------------- ### GET /api/node/billing/v1/settlements Source: https://developers.trackdesk.com/index Retrieves a list of settlements. ```APIDOC ## GET /api/node/billing/v1/settlements ### Description Retrieves a list of settlements. ### Method GET ### Endpoint /api/node/billing/v1/settlements ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### GET /api/node/payment-method-types/v1/supported Source: https://developers.trackdesk.com/index Retrieves supported payment method types. ```APIDOC ## GET /api/node/payment-method-types/v1/supported ### Description Retrieves supported payment method types. ### Method GET ### Endpoint /api/node/payment-method-types/v1/supported ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### GET /api/node/revenue-origin-billing/v1/open-balances Source: https://developers.trackdesk.com/index Retrieves open balances related to revenue origin billing. ```APIDOC ## GET /api/node/revenue-origin-billing/v1/open-balances ### Description Retrieves open balances. ### Method GET ### Endpoint /api/node/revenue-origin-billing/v1/open-balances ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### GET /api/node/revenue-origin-billing/v1/claims Source: https://developers.trackdesk.com/index Retrieves revenue origin billing claims. ```APIDOC ## GET /api/node/revenue-origin-billing/v1/claims ### Description Retrieves revenue origin billing claims. ### Method GET ### Endpoint /api/node/revenue-origin-billing/v1/claims ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### GET /api/node/conversion-types/v1/for-cid/{cid} Source: https://developers.trackdesk.com/index Retrieves conversion types for a specific CID. ```APIDOC ## GET /api/node/conversion-types/v1/for-cid/{cid} ### Description Retrieves conversion types by CID. ### Method GET ### Endpoint /api/node/conversion-types/v1/for-cid/{cid} ### Parameters #### Path Parameters - **cid** (string) - Required - The CID. #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### GET /api/node/revenue-origin-billing/v1/claims/{id} Source: https://developers.trackdesk.com/index Retrieves a specific revenue origin billing claim by ID. ```APIDOC ## GET /api/node/revenue-origin-billing/v1/claims/{id} ### Description Retrieves a specific revenue origin billing claim. ### Method GET ### Endpoint /api/node/revenue-origin-billing/v1/claims/{id} ### Parameters #### Path Parameters - **id** (integer) - Required - The ID of the claim. #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### GET /api/node/billing/v1/account-settlements Source: https://developers.trackdesk.com/index Retrieves account settlements. This endpoint allows you to fetch settlement data. ```APIDOC ## GET /api/node/billing/v1/account-settlements ### Description Retrieves a list of account settlements. ### Method GET ### Endpoint /api/node/billing/v1/account-settlements ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### GET /api/node/billing/v1/settlements/{id} Source: https://developers.trackdesk.com/index Retrieves a specific settlement by its ID. ```APIDOC ## GET /api/node/billing/v1/settlements/{id} ### Description Retrieves a specific settlement. ### Method GET ### Endpoint /api/node/billing/v1/settlements/{id} ### Parameters #### Path Parameters - **id** (integer) - Required - The ID of the settlement. #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/reports/offer-overview-report/v1 Source: https://developers.trackdesk.com/index Generates an offer overview report. ```APIDOC ## POST /api/reports/offer-overview-report/v1 ### Description Generates an offer overview report. ### Method POST ### Endpoint /api/reports/offer-overview-report/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/reports/affiliate-overview-report/v1 Source: https://developers.trackdesk.com/index Generates an affiliate overview report. ```APIDOC ## POST /api/reports/affiliate-overview-report/v1 ### Description Generates an affiliate overview report. ### Method POST ### Endpoint /api/reports/affiliate-overview-report/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/node/coupons/v1 Source: https://developers.trackdesk.com/index Creates a new coupon. ```APIDOC ## POST /api/node/coupons/v1 ### Description Creates a new coupon. ### Method POST ### Endpoint /api/node/coupons/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### Create Account Note (Shell Curl) Source: https://developers.trackdesk.com/index Creates a new note for a specific affiliate account. Requires 'accountId' and 'note' in the JSON body. Authentication is done via 'X-Api-Key'. Errors may occur if the account ID does not exist. ```Shell curl https://unknown.trackdesk.com/api/node/account-notes/v1 \ --request POST \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: YOUR_SECRET_TOKEN' \ --data '{ "accountId": "", "note": "" }' ``` -------------------------------- ### POST /api/node/conversions/v1/coupon Source: https://developers.trackdesk.com/index Handles coupon related operations within the conversions. ```APIDOC ## POST /api/node/conversions/v1/coupon ### Description Handles coupon related operations within the conversions. ### Method POST ### Endpoint /api/node/conversions/v1/coupon ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/node/coupons/v1/list Source: https://developers.trackdesk.com/index Retrieves a list of coupons. ```APIDOC ## POST /api/node/coupons/v1/list ### Description Retrieves a list of coupons. ### Method POST ### Endpoint /api/node/coupons/v1/list ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/node/billing/v1/settle-balances Source: https://developers.trackdesk.com/index Initiates the settlement of balances. ```APIDOC ## POST /api/node/billing/v1/settle-balances ### Description Settle the balances. ### Method POST ### Endpoint /api/node/billing/v1/settle-balances ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/node/revenue-origins/v1 Source: https://developers.trackdesk.com/index Creates a new revenue origin. ```APIDOC ## POST /api/node/revenue-origins/v1 ### Description Creates a new revenue origin. ### Method POST ### Endpoint /api/node/revenue-origins/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/node/payment-methods/v1 Source: https://developers.trackdesk.com/index Creates a new payment method. ```APIDOC ## POST /api/node/payment-methods/v1 ### Description Creates a new payment method. ### Method POST ### Endpoint /api/node/payment-methods/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/node/revenue-origin-billing/v1/claim-balances Source: https://developers.trackdesk.com/index Claims revenue origin billing balances. ```APIDOC ## POST /api/node/revenue-origin-billing/v1/claim-balances ### Description Claims revenue origin billing balances. ### Method POST ### Endpoint /api/node/revenue-origin-billing/v1/claim-balances ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/reports/daily-overview-report/v1 Source: https://developers.trackdesk.com/index Generates a daily overview report. ```APIDOC ## POST /api/reports/daily-overview-report/v1 ### Description Generates a daily overview report. ### Method POST ### Endpoint /api/reports/daily-overview-report/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/node/revenue-origins/v1/list Source: https://developers.trackdesk.com/index Retrieves a list of revenue origins. ```APIDOC ## POST /api/node/revenue-origins/v1/list ### Description Retrieves a list of revenue origins. ### Method POST ### Endpoint /api/node/revenue-origins/v1/list ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response ``` -------------------------------- ### List Account Notes (Shell Curl) Source: https://developers.trackdesk.com/index Retrieves a list of notes associated with a given affiliate account, ordered by creation time. Requires the 'accountId' as a path parameter and 'X-Api-Key' for authentication. ```Shell curl 'https://unknown.trackdesk.com/api/node/account-notes/v1/account/{accountId}' \ --header 'X-Api-Key: YOUR_SECRET_TOKEN' ``` -------------------------------- ### POST /api/reports/conversion-report/v1 Source: https://developers.trackdesk.com/index Generates a conversion report. ```APIDOC ## POST /api/reports/conversion-report/v1 ### Description Generates a conversion report. ### Method POST ### Endpoint /api/reports/conversion-report/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/reports/country-overview-report/v1 Source: https://developers.trackdesk.com/index Generates a country overview report. ```APIDOC ## POST /api/reports/country-overview-report/v1 ### Description Generates a country overview report. ### Method POST ### Endpoint /api/reports/country-overview-report/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/node/clicks/v1 Source: https://developers.trackdesk.com/index Handles operations related to clicks. ```APIDOC ## POST /api/node/clicks/v1 ### Description Handles operations related to clicks. ### Method POST ### Endpoint /api/node/clicks/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### POST /api/reports/click-report/v1 Source: https://developers.trackdesk.com/index Generates a click report. ```APIDOC ## POST /api/reports/click-report/v1 ### Description Generates a click report. ### Method POST ### Endpoint /api/reports/click-report/v1 ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### PATCH /api/node/payment-methods/v1/{id} Source: https://developers.trackdesk.com/index Partially updates an existing payment method. ```APIDOC ## PATCH /api/node/payment-methods/v1/{id} ### Description Partially updates a payment method. ### Method PATCH ### Endpoint /api/node/payment-methods/v1/{id} ### Parameters #### Path Parameters - **id** (integer) - Required - The ID of the payment method to update. #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### Conversions V1 API Operations Source: https://developers.trackdesk.com/index Manages conversion records, including creating new conversions (e.g., with coupon details) and updating the status of existing conversions by their ID. Supports both creation and modification of conversion data. ```bash POST /api/node/conversions/v1/coupon PUT /api/node/conversions/v1/{id}/status ``` -------------------------------- ### Tracking Conversion Source V1 API Operations Source: https://developers.trackdesk.com/index Endpoint for tracking conversion sources, specifically allowing POST requests to record or associate conversions with external client IDs. ```bash POST /tracking/external-cid/v1 ``` -------------------------------- ### Tracking Conversion V1 API Operations Source: https://developers.trackdesk.com/index Manages tracking conversions, including retrieving existing conversions, creating new conversions, and updating conversion records. Supports both general retrieval and specific update operations. ```bash GET /tracking/conversion/v1 POST /tracking/conversion/v1 GET /tracking/conversion/v1/update POST /tracking/conversion/v1/update ``` -------------------------------- ### Account Notes API Source: https://developers.trackdesk.com/index Endpoints for managing account notes, including creating, retrieving, and deleting notes associated with affiliate accounts. ```APIDOC ## POST /api/node/account-notes/v1 ### Description Creates a new note attached to a specific affiliate account. ### Method POST ### Endpoint /api/node/account-notes/v1 ### Parameters #### Request Body - **accountId** (string) - Required - Affiliate account UUID the note belongs to. - **note** (string) - Required - The note text (1-255 characters). ### Request Example ```json { "accountId": "", "note": "" } ``` ### Response #### Success Response (200) - **Empty object** #### Response Example ```json {} ``` ``` ```APIDOC ## GET /api/node/account-notes/v1/account/{accountId} ### Description Lists notes for a given affiliate account ordered by creation time. ### Method GET ### Endpoint /api/node/account-notes/v1/account/{accountId} ### Parameters #### Path Parameters - **accountId** (string) - Required - Affiliate account UUID whose notes are requested. ### Response #### Success Response (200) - **accountNotes** (array) - List of account notes. - **id** (string) - Note ID. - **author** (object) - Author details. - **accountId** (string) - Author's account ID. - **name** (string) - Author's name. - **note** (string) - The note content. - **createdAt** (string) - Creation timestamp. #### Response Example ```json { "accountNotes": [ { "id": "string", "author": { "accountId": "string", "name": "string" }, "note": "string", "createdAt": "2025-12-03T00:25:44.316Z" } ] } ``` ``` ```APIDOC ## DELETE /api/node/account-notes/v1/{id} ### Description Removes a note by its unique identifier. ### Method DELETE ### Endpoint /api/node/account-notes/v1/{id} ### Parameters #### Path Parameters - **id** (string) - Required - Note UUID to delete. ### Response #### Success Response (200) - **Empty object** #### Response Example ```json {} ``` ``` -------------------------------- ### Coupons V1 API Operations Source: https://developers.trackdesk.com/index Handles coupon-related operations such as creating new coupons, retrieving a list of coupons, and deleting coupons by their ID. These endpoints manage promotional codes and their associated data. ```bash POST /api/node/coupons/v1 POST /api/node/coupons/v1/list DELETE /api/node/coupons/v1/{id} ``` -------------------------------- ### Revenue Origin Billing Revenue Origin Balance V1 API Operations Source: https://developers.trackdesk.com/index Retrieves open balances related to revenue origins. This endpoint provides visibility into the current financial standing of revenue streams. ```bash GET /api/node/revenue-origin-billing/v1/open-balances ``` -------------------------------- ### Payment Methods Payment Method V1 API Operations Source: https://developers.trackdesk.com/index Manages payment methods, including creating new payment method entries and partially updating existing payment methods by their ID. Supports addition and modification of payment details. ```bash POST /api/node/payment-methods/v1 PATCH /api/node/payment-methods/v1/{id} ``` -------------------------------- ### Tipalti Payments V1 API Operations Source: https://developers.trackdesk.com/index Operations related to Tipalti payments, including listing payable account settlements for a given settlement ID and initiating payment batches. These endpoints integrate with the Tipalti payment processing system. ```bash GET /api/node/tipalti-payments/v1/settlements/{settlementId}/list-payable-account-settlements POST /api/node/tipalti-payments/v1/settlements/{settlementId}/payment-batch POST /api/node/tipalti-payments/v1/settlements/{settlementId}/payment-batch/status ``` -------------------------------- ### Reports V1 API Operations Source: https://developers.trackdesk.com/index Generates various types of reports, including affiliate overview, click reports, conversion reports, and more. These endpoints are used to programmatically request and retrieve performance data. ```bash POST /api/reports/affiliate-overview-report/v1 POST /api/reports/click-report/v1 POST /api/reports/conversion-report/v1 POST /api/reports/country-overview-report/v1 POST /api/reports/daily-overview-report/v1 POST /api/reports/offer-overview-report/v1 ``` -------------------------------- ### Clicks V1 API Operations Source: https://developers.trackdesk.com/index Endpoint for handling click-related operations. Currently, it supports POST requests to record or process click events. ```bash POST /api/node/clicks/v1 ``` -------------------------------- ### Webhooks V1 API Operations Source: https://developers.trackdesk.com/index Manages webhook subscriptions for receiving real-time notifications. Supports retrieving existing webhooks, creating new ones, testing webhook functionality, and deleting webhooks by ID. ```bash GET /api/node/webhooks/v1 POST /api/node/webhooks/v1 POST /api/node/webhooks/v1/test DELETE /api/node/webhooks/v1/{id} ``` -------------------------------- ### Revenue Origin Billing Claim V1 API Operations Source: https://developers.trackdesk.com/index Manages billing claims within the revenue origin system. Operations include claiming balances, retrieving lists of claims, and retrieving or deleting individual claims by ID. ```bash POST /api/node/revenue-origin-billing/v1/claim-balances GET /api/node/revenue-origin-billing/v1/claims GET /api/node/revenue-origin-billing/v1/claims/{id} DELETE /api/node/revenue-origin-billing/v1/claims/{id} ``` -------------------------------- ### Payment Methods Payment Method Types V1 API Operations Source: https://developers.trackdesk.com/index Retrieves a list of supported payment method types. This endpoint helps in identifying the payment options available for integration or display. ```bash GET /api/node/payment-method-types/v1/supported ``` -------------------------------- ### Tiers V1 API Operations Source: https://developers.trackdesk.com/index Manages tier structures, including retrieving all tiers, creating new tiers, retrieving a specific tier by ID, deleting a tier by ID, and partially updating a tier by ID. Tiers likely represent different levels or plans. ```bash GET /api/node/tiers/v1 POST /api/node/tiers/v1 GET /api/node/tiers/v1/{id} DELETE /api/node/tiers/v1/{id} PATCH /api/node/tiers/v1/{id} ``` -------------------------------- ### POST /api/node/conversions/v1/update-status-by-external-id Source: https://developers.trackdesk.com/index Updates the status of conversions using external IDs. ```APIDOC ## POST /api/node/conversions/v1/update-status-by-external-id ### Description Updates conversion statuses by external IDs. ### Method POST ### Endpoint /api/node/conversions/v1/update-status-by-external-id ### Parameters #### Path Parameters - **None** #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### Revenue Origins Revenue Origins V1 API Operations Source: https://developers.trackdesk.com/index Manages revenue origin records. Supports creating new revenue origins, retrieving a list of revenue origins, and partially updating existing revenue origins by ID. ```bash POST /api/node/revenue-origins/v1 POST /api/node/revenue-origins/v1/list PATCH /api/node/revenue-origins/v1/{id} ``` -------------------------------- ### Conversions Statuses By External Id V1 API Operations Source: https://developers.trackdesk.com/index Updates the status of conversions using their external IDs. This allows for bulk updates or status synchronization based on external identifiers. ```bash POST /api/node/conversions/v1/update-status-by-external-id ``` -------------------------------- ### DELETE /api/node/revenue-origin-billing/v1/claims/{id} Source: https://developers.trackdesk.com/index Deletes a revenue origin billing claim. ```APIDOC ## DELETE /api/node/revenue-origin-billing/v1/claims/{id} ### Description Deletes a revenue origin billing claim. ### Method DELETE ### Endpoint /api/node/revenue-origin-billing/v1/claims/{id} ### Parameters #### Path Parameters - **id** (integer) - Required - The ID of the claim to delete. #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### PUT /api/node/conversions/v1/{id}/status Source: https://developers.trackdesk.com/index Updates the status of a specific conversion by ID. ```APIDOC ## PUT /api/node/conversions/v1/{id}/status ### Description Updates the status of a conversion. ### Method PUT ### Endpoint /api/node/conversions/v1/{id}/status ### Parameters #### Path Parameters - **id** (integer) - Required - The ID of the conversion. #### Query Parameters - **None** #### Request Body - **field1** (type) - Description ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### Delete Account Note (Shell Curl) Source: https://developers.trackdesk.com/index Deletes a specific account note using its unique identifier. Requires the note's 'id' as a path parameter and 'X-Api-Key' for authentication. ```Shell curl 'https://unknown.trackdesk.com/api/node/account-notes/v1/{id}' \ --request DELETE \ --header 'X-Api-Key: YOUR_SECRET_TOKEN' ``` -------------------------------- ### Tags V1 API Operations Source: https://developers.trackdesk.com/index Manages tags, allowing for retrieval of all tags, creation of new tags, retrieval of a specific tag by ID, and deletion of tags by ID. Tags can be used for categorization and organization. ```bash GET /api/node/tags/v1 POST /api/node/tags/v1 GET /api/node/tags/v1/{id} DELETE /api/node/tags/v1/{id} ``` -------------------------------- ### DELETE /api/node/coupons/v1/{id} Source: https://developers.trackdesk.com/index Deletes a coupon by its ID. ```APIDOC ## DELETE /api/node/coupons/v1/{id} ### Description Deletes a coupon by ID. ### Method DELETE ### Endpoint /api/node/coupons/v1/{id} ### Parameters #### Path Parameters - **id** (integer) - Required - The ID of the coupon to delete. #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### DELETE /api/node/billing/v1/account-settlements/{id} Source: https://developers.trackdesk.com/index Deletes a specific account settlement identified by its ID. ```APIDOC ## DELETE /api/node/billing/v1/account-settlements/{id} ### Description Deletes a specific account settlement. ### Method DELETE ### Endpoint /api/node/billing/v1/account-settlements/{id} ### Parameters #### Path Parameters - **id** (integer) - Required - The ID of the account settlement to delete. #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### Billing Settlement V1 API Operations Source: https://developers.trackdesk.com/index Operations for managing billing settlements, including retrieving account settlements, deleting settlements by ID, and settling balances. These endpoints facilitate financial reconciliation and management within the Trackdesk platform. ```bash GET /api/node/billing/v1/account-settlements DELETE /api/node/billing/v1/account-settlements/{id} POST /api/node/billing/v1/settle-balances GET /api/node/billing/v1/settlements GET /api/node/billing/v1/settlements/{id} DELETE /api/node/billing/v1/settlements/{id} ``` -------------------------------- ### DELETE /api/node/billing/v1/settlements/{id} Source: https://developers.trackdesk.com/index Deletes a specific settlement by its ID. ```APIDOC ## DELETE /api/node/billing/v1/settlements/{id} ### Description Deletes a specific settlement. ### Method DELETE ### Endpoint /api/node/billing/v1/settlements/{id} ### Parameters #### Path Parameters - **id** (integer) - Required - The ID of the settlement to delete. #### Query Parameters - **None** #### Request Body - **None** ### Request Example ```json {} ``` ### Response #### Success Response (200) - **field1** (type) - Description #### Response Example ```json { "example": "response body" } ``` ``` -------------------------------- ### Conversion Types V1 API Operations Source: https://developers.trackdesk.com/index Retrieves conversion types associated with a specific client ID (cid). This endpoint is useful for filtering or categorizing conversion data based on client-specific types. ```bash GET /api/node/conversion-types/v1/for-cid/{cid} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.