---
title: "Retrieve Subscriptions customers"
method: GET
path: "/api/v1/subscriptions-customers/{id}/"
tags: ["Subscriptions"]
---

# Retrieve Subscriptions customers

`GET /api/v1/subscriptions-customers/{id}/`

## Path parameters

- `id` string, required

## Response `200`

- CustomerSer
  - `customer_id` string, required
  - `email` string, email, required
  - `first_name` string, required
  - `last_name` string, required
  - `reference` string, nullable — Third-party reference ID
  - `address` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zipcode` string, nullable
  - `country` union
    - 'KE' | 'GH' | 'NG' | 'UG' | 'TZ' | 'CM' | 'BF' | 'CI' — Supported disbursement countries: - `KE` - Kenya (KES) - `GH` - Ghana (GHS) - `NG` - Nigeria (NGN) - `UG` - Uganda (UGX) - `TZ` - Tanzania (TZS) - `CM` - Cameroon (XAF) - `BF` - Burkina Faso (XOF) - `CI` - Ivory Coast (XOF)
    - ''
    - unknown
  - `created_at` string, date-time, nullable, required
  - `updated_at` string, date-time, nullable, required

---

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