-
Notifications
You must be signed in to change notification settings - Fork 0
Migration to new api portal
Arnost Neurad edited this page Jan 4, 2024
·
30 revisions
Migration guide from the old api portal (https://api.kb.cz) to the new api portal (https://developers.kb.cz).
- Api key header is now mandatory and renamed from
x-api-key
toapiKey
. - Each api now has its own apiKey. They cannot be reused between different API's. Generate new apiKeys in the API portal and replace them in your app.
- Always fill the
apiKey
header without the "Bearer" prefix.
Instructions for API business suite (ADAA - Account direct Access API)
- Login to https://developers.kb.cz - you can use the username and password from the old API portal.
IF YOU HAVE ALREADY REGISTERED YOUR APP IN THE OLD API PORTAL, YOU DON'T NEED TO REGISTER IT AGAIN IN THE NEW API PORTAL.
You can safely skip step 2.
- URL has changed: https://client-registration.api-gateway.kb.cz/v2.
- v1 will be operational until 31.1.2024.
IF YOU ALREADY HAVE A CLIENT REGISTRATION (
client_id
andclient_secret
) FOR YOUR USER, YOU DON'T NEED TO RE-REGISTER THEM AGAIN.
You can safely skip step 3.
- URL has changed: https://api-gateway.kb.cz/client-registration-ui/v1/saml/
- URL has changed: https://api-gateway.kb.cz/oauth2/v2.
- v1 will be operational until 31.1.2024.
- URL has changed: https://api-gateway.kb.cz/adaa/v1.
- Remove usages of the
/account-ids
endpoint → it has been replaced replaced by/accounts
- The
/account-ids
endpoint will be operational until 31.1.2024.
- The
Instructions for other APIs (Exchange Rates, Branches and ATMs, Contact Requests, etc.)
- Login to https://developers.kb.cz - you can use the username and password from the old API portal.