---
title: "Returns basic information about an affiliate"
method: GET
path: "/getaffiliate"
tags: ["Data"]
---

# Returns basic information about an affiliate

`GET /getaffiliate`

## Query parameters

- `aff` string

## Response `200`

OK

- APIResponseData — Model defining the data API response.
  - `success` boolean — Indicator as to whether API request was successful.
  - `error` string, nullable — Returns an error if success is returned as false.
  - `data` unknown
  - `deposit` OrderDepositOptionDBO — Model for defining deposit option
    - `id` integer — Deposit identifier
    - `optionId` integer — Deposit option identifier
    - `initialAmount` number, double — Initial payment amount
    - `currency` string, nullable — Currency code
    - `breakdown` DepositBreakdown[], nullable — Breakdown
      - `num` integer — Installment number
      - `amount` number, double — Installment amount
      - `dueDate` string, date-time — Installment due date
      - `supplierDueDate` string, date-time, nullable — Optional supplier balance due date

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/travelify/apis/travelify-io-api.md) · [All operations](https://skmtc.dev/travelify/apis/travelify-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/travelify/travelify-io-api/revisions/b09ce3f0c6d5/schema)
