> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.kollo.ng/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.kollo.ng/_mcp/server.

# My Details

GET https://customer/me

Reference: https://docs.kollo.ng/kollo-ap-is/customer/my-details

## Authentication

- `Authorization` header (bearer token, required)

## Response

### 200

OK

- `message` (string, required)
- `body` (object, required)
  - `customer` (object, required)
    - `customerId` (string, required)
    - `firstName` (string, required)
    - `lastName` (string, required)
    - `email` (string, required)
    - `emailVerified` (boolean, required)
    - `phone` (string, required)
    - `bvn` (string, required)
    - `referralCode` (string, required)
    - `createdAt` (datetime, required)
    - `updatedAt` (datetime, required)
    - `account` (object, required)
      - `accountId` (string, required)
      - `accountType` (string, required)
      - `balance` (string, required)
      - `currency` (string, required)
      - `status` (string, required)
      - `details` (object, required)
        - `bank` (string, required)
        - `verified` (boolean, required)
        - `accountId` (string, required)
        - `accountName` (string, required)
        - `accountNumber` (string, required)
      - `customerId` (string, required)
      - `createdAt` (datetime, required)
      - `updatedAt` (datetime, required)
      - `groupId` (any, optional, nullable)
      - `targetGroupId` (any, optional, nullable)
      - `kolloId` (any, optional, nullable)
    - `fullName` (string, required)
    - `name` (string, required)
    - `avatar` (string, required)
    - `address` (any, optional, nullable)
    - `username` (any, optional, nullable)
    - `nin` (any, optional, nullable)
  - `account` (object, required)
    - `accountId` (string, required)
    - `accountType` (string, required)
    - `balance` (string, required)
    - `currency` (string, required)
    - `status` (string, required)
    - `details` (object, required)
      - `bank` (string, required)
      - `verified` (boolean, required)
      - `accountId` (string, required)
      - `accountName` (string, required)
      - `accountNumber` (string, required)
    - `customerId` (string, required)
    - `createdAt` (datetime, required)
    - `updatedAt` (datetime, required)
    - `groupId` (any, optional, nullable)
    - `targetGroupId` (any, optional, nullable)
    - `kolloId` (any, optional, nullable)
  - `paymentMethods` (list of object, required)
    - `paymentMethodId` (string, required)
    - `customerId` (string, required)
    - `paymentType` (string, required)
    - `provider` (string, required)
    - `isDefault` (boolean, required)
    - `accountNumber` (string, required)
    - `accountName` (string, required)
    - `bankName` (string, required)
    - `bankCode` (string, required)
    - `createdAt` (datetime, required)
    - `updatedAt` (datetime, required)
    - `isWithdrawal` (boolean, required)
    - `accountId` (any, optional, nullable)
    - `cardToken` (any, optional, nullable)
    - `cardExpiry` (any, optional, nullable)
    - `archivedAt` (any, optional, nullable)
  - `defaultPaymentMethod` (object, required)
    - `paymentMethodId` (string, required)
    - `customerId` (string, required)
    - `paymentType` (string, required)
    - `provider` (string, required)
    - `isDefault` (boolean, required)
    - `accountNumber` (string, required)
    - `accountName` (string, required)
    - `bankName` (string, required)
    - `bankCode` (string, required)
    - `createdAt` (datetime, required)
    - `updatedAt` (datetime, required)
    - `isWithdrawal` (boolean, required)
    - `accountId` (any, optional, nullable)
    - `cardToken` (any, optional, nullable)
    - `cardExpiry` (any, optional, nullable)
    - `archivedAt` (any, optional, nullable)
  - `withdrawalPaymentMethod` (object, required)
    - `paymentMethodId` (string, required)
    - `customerId` (string, required)
    - `paymentType` (string, required)
    - `provider` (string, required)
    - `isDefault` (boolean, required)
    - `accountNumber` (string, required)
    - `accountName` (string, required)
    - `bankName` (string, required)
    - `bankCode` (string, required)
    - `createdAt` (datetime, required)
    - `updatedAt` (datetime, required)
    - `isWithdrawal` (boolean, required)
    - `accountId` (any, optional, nullable)
    - `cardToken` (any, optional, nullable)
    - `cardExpiry` (any, optional, nullable)
    - `archivedAt` (any, optional, nullable)

## Examples

**Response**

```json
{
  "message": "Customer details fetched",
  "body": {
    "customer": {
      "customerId": "cad93347-d28d-49bc-8960-1c326ad9832e",
      "firstName": "Rasheed",
      "lastName": "Rahman",
      "email": "radiumrasheed@gmail.com",
      "emailVerified": true,
      "phone": "07089831124",
      "bvn": "22211223344",
      "referralCode": "RasheedAEP77",
      "createdAt": "2025-06-16T19:53:11Z",
      "updatedAt": "2025-07-19T20:00:25Z",
      "account": {
        "accountId": "0db17a31-f925-4429-9fc4-12b2e04ebb15",
        "accountType": "personal",
        "balance": "561700",
        "currency": "NGN",
        "status": "bvn_verified",
        "details": {
          "bank": "Wema Bank",
          "verified": true,
          "accountId": "aVRobKS2xe3ByaJE9eWp",
          "accountName": "Rasheed Rahman",
          "accountNumber": "7963679342"
        },
        "customerId": "cad93347-d28d-49bc-8960-1c326ad9832e",
        "createdAt": "2025-06-16T19:53:11Z",
        "updatedAt": "2025-07-24T19:05:14Z"
      },
      "fullName": "Rasheed Rahman",
      "name": "Rasheed",
      "avatar": "https://ui-avatars.com/api/?name=Rasheed+Rahman&background=random"
    },
    "account": {
      "accountId": "0db17a31-f925-4429-9fc4-12b2e04ebb15",
      "accountType": "personal",
      "balance": "561700",
      "currency": "NGN",
      "status": "bvn_verified",
      "details": {
        "bank": "Wema Bank",
        "verified": true,
        "accountId": "aVRobKS2xe3ByaJE9eWp",
        "accountName": "Rasheed Rahman",
        "accountNumber": "7963679342"
      },
      "customerId": "cad93347-d28d-49bc-8960-1c326ad9832e",
      "createdAt": "2025-06-16T19:53:11Z",
      "updatedAt": "2025-07-24T19:05:14Z"
    },
    "paymentMethods": [
      {
        "paymentMethodId": "ef9f6193-f765-485f-b789-2dd1023d1b29",
        "customerId": "cad93347-d28d-49bc-8960-1c326ad9832e",
        "paymentType": "bank",
        "provider": "blusalt",
        "isDefault": true,
        "accountNumber": "2087210989",
        "accountName": "RASHEED D ABDULRAHMAN",
        "bankName": "Zenith Bank",
        "bankCode": "057",
        "createdAt": "2025-08-03T17:33:05Z",
        "updatedAt": "2025-08-03T17:34:34Z",
        "isWithdrawal": true
      }
    ],
    "defaultPaymentMethod": {
      "paymentMethodId": "ef9f6193-f765-485f-b789-2dd1023d1b29",
      "customerId": "cad93347-d28d-49bc-8960-1c326ad9832e",
      "paymentType": "bank",
      "provider": "blusalt",
      "isDefault": true,
      "accountNumber": "2087210989",
      "accountName": "RASHEED D ABDULRAHMAN",
      "bankName": "Zenith Bank",
      "bankCode": "057",
      "createdAt": "2025-08-03T17:33:05Z",
      "updatedAt": "2025-08-03T17:34:34Z",
      "isWithdrawal": true
    },
    "withdrawalPaymentMethod": {
      "paymentMethodId": "ef9f6193-f765-485f-b789-2dd1023d1b29",
      "customerId": "cad93347-d28d-49bc-8960-1c326ad9832e",
      "paymentType": "bank",
      "provider": "blusalt",
      "isDefault": true,
      "accountNumber": "2087210989",
      "accountName": "RASHEED D ABDULRAHMAN",
      "bankName": "Zenith Bank",
      "bankCode": "057",
      "createdAt": "2025-08-03T17:33:05Z",
      "updatedAt": "2025-08-03T17:34:34Z",
      "isWithdrawal": true
    }
  }
}
```

**SDK Code**

```python
import requests

url = "https://https/customer/me"

headers = {"Authorization": "Bearer <token>"}

response = requests.get(url, headers=headers)

print(response.json())
```

```javascript
const url = 'https://https/customer/me';
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://https/customer/me"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("Authorization", "Bearer <token>")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby
require 'uri'
require 'net/http'

url = URI("https://https/customer/me")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["Authorization"] = 'Bearer <token>'

response = http.request(request)
puts response.read_body
```

```java
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://https/customer/me")
  .header("Authorization", "Bearer <token>")
  .asString();
```

```php
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://https/customer/me', [
  'headers' => [
    'Authorization' => 'Bearer <token>',
  ],
]);

echo $response->getBody();
```

```csharp
using RestSharp;

var client = new RestClient("https://https/customer/me");
var request = new RestRequest(Method.GET);
request.AddHeader("Authorization", "Bearer <token>");
IRestResponse response = client.Execute(request);
```

```swift
import Foundation

let headers = ["Authorization": "Bearer <token>"]

let request = NSMutableURLRequest(url: NSURL(string: "https://https/customer/me")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```