Instructions for API business suite (ADAA - Account direct Access API)
- Login to portal https://developers.kb.cz - you can use username and password from the old API Portal.
- Api key header is mandatory and renamed from
x-api-key
toapiKey
. - Now each api has its own apiKey. It cannot be used for other API.
- Generate new apiKey and put your app. Fill header (apiKey) without "Bearer" prefix.
- The section contacts.email in the "body" part of the request is mandatory
- New url: https://client-registration.api-gateway.kb.cz/v2.
- v1 will be operational until 31.1.2024.
- Api key header is mandatory and renamed from
x-api-key
toapiKey
. - Now each api has its own apiKey. It cannot be used for other API.
- Generate new apiKey and put your app. Fill header (apiKey) without "Bearer" prefix.
- New url: https://api-gateway.kb.cz/oauth2/v2.
- v1 will be operational until 31.1.2024.
- Api key header renamed from
x-api-key
toapiKey
- Now each api has its own apiKey. It cannot be used for other API.
- Generate new apiKey and put your app. Fill header (apiKey) without "Bearer" prefix.
- New url: https://api-gateway.kb.cz/adaa/v1.
- Terminate the endpoint /account-ids → replaced by /accounts,
- the endpoint /account-ids will be operational until 31.1.2024.
Instructions for other APIs (Exchange Rates, Branches and ATMs, Contact Requests, etc.)
- Login to portal https://developers.kb.cz - you can use username and password from the old API Portal.
- Rename the header x-api-key to apiKey ("x-api-key" will no longer work).
- Generate new apiKey and replace it in your app. Fill header without "Bearer" prefix.
- Copy new url (replace old one in your app).