---
title: "Verifies the provided API key and returns the collection partner profile"
method: GET
path: "/me"
tags: ["Me"]
---

# Verifies the provided API key and returns the collection partner profile

`GET /me`

Returns the authenticated collection partner's profile information when the `XApiKey` header is valid.

Authentication
- Requires a valid API key in the XApiKey header
- The API key uniquely identifies the collection partner

Response Data
- Partner identification (ID, company name, registration details)
- Contact information (email, phone)
- Address and location details
- Billing and invoicing configuration
- Revenue sharing settings
- Partner permissions and access levels

Use Cases
- Verify API key validity and partner identity
- Retrieve partner profile for display in integrations
- Access billing and revenue share configuration
- Check partner permissions and access levels

## Response `200`

Collection partner profile retrieved successfully

- DebituraWebCollectionPartnerApiModelsMeCollectionPartnerMeResponse — Response containing collection partner profile information.
  - `id` string, uuid — Unique identifier for the collection partner.
  - `companyName` string, nullable — Company name of the collection partner.
  - `logoUrl` string, nullable — URL to the partner's logo image.
  - `companyRegistrationNumber` string, nullable — Company registration number.
  - `vatNumber` string, nullable — Company VAT number.
  - `address` string, nullable — Street address of the company.
  - `zipCode` string, nullable — Zip/postal code.
  - `city` string, nullable — City name.
  - `state` string, nullable — State or region.
  - `country` string, nullable — Country name (not included in automatic mapping).
  - `officeEmail` string, nullable — Office email address.
  - `officePhone` string, nullable — Office phone number.
  - `invoiceEmail` string, nullable — Invoice email address.
  - `billingContact` string, nullable — Billing contact person name.
  - `invoiceCurrency` integer, nullable — Invoice currency ID (nullable - defaults to country currency if not set).
  - `commissionType` 0 | 1
  - `preLegalRevenueShare` number, double, nullable — Revenue share percentage for pre-legal cases (decimal, e.g., 0.40 for 40%).
  - `legalRevenueShare` number, double, nullable — Revenue share percentage for legal cases (decimal, e.g., 0.20 for 20%).
  - `verifiedProfile` boolean — Whether this partner has a verified profile (has verified link or overwrite enabled).
  - `fullAddress` string, nullable — Full concatenated address string.
  - `surveyCadenceMode` 0 | 1

## Other responses

- `401` — Missing or invalid API key
- `404` — Collection partner not found
- `500` — Internal server error

---

[API](https://skmtc.net/debitura/apis/debitura-collection-partner-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-collection-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-collection-partner-api/revisions/db09d0fd5c94/schema)
