Skip to main content
GET
/
partners
List authorized partners.
curl --request GET \
  --url https://api.novatrade24.com/v1/partners \
  --header 'Authorization: Bearer <token>'
[
  {
    "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "country": "DE"
  }
]

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

uuid
string<uuid>
required
name
string
required
country
string
Example:

"DE"