# List  Codes

<mark style="color:blue;">`GET`</mark> `{{base_url}}/codes`

{% hint style="info" %}
Fields with <mark style="color:red;">\*</mark> are required
{% endhint %}

#### Headers

| Name                                            | Type   | Description                  |
| ----------------------------------------------- | ------ | ---------------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer {{your\_secret\_key}} |

{% tabs %}
{% tab title="200: OK " %}

```json
{
    "status": true,
    "message": "Data Retrieved Successfully",
    "data": [
        {
            "token": "8b5etWL4",
            "amount": "230000",
            "currency": "NGN",
            "customer": {
                "name": "Gucci Buyer",
                "customer_tag": "CUS_ZVqNWCjsnXt4"
            },
            "createdAt": "2023-05-12T16:58:20.000000Z",
            "updatedAt": "2023-11-09T05:49:49.000000Z"
        }
    ]
}
```

{% endtab %}
{% endtabs %}
