---
title: "List User Codes"
method: GET
path: "/v3/codes"
tags: ["Codes"]
---

# List User Codes

`GET /v3/codes`

This endpoint retrieves the list of all user codes (source addresses) configured in the user’s Workspace.

## Response `200`

Successful Operation

- SimpleList
  - `meta` MetadataDTO
    - `timestamp` integer, required — Transaction's date in timestamp
    - `transactionId` string, required — Id for the current transaction (Endpoint's call)
    - `explain` string — Explain string in case of failure
  - `items` string[] — Codes that the user can use for their shipments

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/messangi/apis/raven.md) · [All operations](https://skmtc.dev/messangi/apis/raven/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/messangi/raven/revisions/c87f398fa338/schema)
