---
title: "Verifies the provided authentication and returns the current Creditor profile"
method: GET
path: "/me"
tags: ["Me"]
---

# Verifies the provided authentication and returns the current Creditor profile

`GET /me`

Returns your creditor profile when a valid `XApiKey` header or `Authorization: Bearer` token is provided.

## Response `200`

Creditor found

- DebituraWebExternalCustomerAPIModelsMeCreditorMeApiDTO
  - `id` string, uuid
  - `companyName` string, nullable, required
  - `companyRegistrationNumber` string, nullable
  - `address` string, nullable
  - `zipCode` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `country` string, nullable
  - `officeEmail` string, nullable
  - `officePhone` string, nullable

## Other responses

- `401` — Missing or invalid API key or bearer token
- `404` — Creditor not found

---

[API](https://skmtc.net/debitura/apis/debitura-customer-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-customer-api/versions/46478f2e476f/schema)
