---
title: "GET /admin/connections"
method: GET
path: "/admin/connections"
tags: ["connections"]
---

# GET /admin/connections

`GET /admin/connections`

List the affiliate-customer connections in your program

## Response `200`

- object
  - `connections` Connections[]
    - `id` integer — Connection ID
    - `affiliate` object
      - `id` integer
    - `customer` object
      - `name` string
      - `email` string
    - `created_at` string — Date when this connection was created

## Other responses

- `403` — Not authenticated

---

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