Skip to main content
GET
/
me
Get current integration organization and authorized partners.
curl --request GET \
  --url https://api.novatrade24.com/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "organizationUuid": "550e8400-e29b-41d4-a716-446655440000",
  "name": "Santander Consumer Bank",
  "authorizedPartners": [
    {
      "uuid": "11111111-2222-3333-4444-555555555555",
      "name": "AutoHandel Mustermann GmbH",
      "country": "DE"
    }
  ],
  "capabilities": {
    "rateLimitTier": "HIGH_VOLUME",
    "allowMarketplaceLedKyc": true,
    "allowMultiVinOrders": false,
    "allowContactPersonalData": true,
    "allowKycDocumentDownload": true
  },
  "dpaVersion": "2026-01",
  "dpaAcceptedAt": "2026-02-15T10:00:00Z"
}

Authorizations

Authorization
string
header
required

OAuth 2.0 client_credentials grant via Keycloak service account. Clients are provisioned per IntegrationOrganization in the nt24-idp realm.

Response

OK

organizationUuid
string<uuid>
required
name
string
required
authorizedPartners
object[]
required
capabilities
object
required
dpaVersion
string
dpaAcceptedAt
string<date-time>