API Reference

GET STARTED

The Codego sandbox API provides programmatic access to core banking solution data, like authorisation, KYC, IBAN accounts, debitcards, etc.

To use this API, you need a username and password for BasicAuth. The authorisation header will be automatically generated when you send the request. Basic authentication involves sending a verified username and password with your request. In the Request Authorisation tab, select Basic Auth from the Type dropdown list. Enter your API username and password in the Username and Password fields. For extra security, store these in variables. In the request headers, the authorisation header passes the API a Base64-encoded string representing your username and password values, appended to the text Basic as follows:.

Please contact us at [email protected] to get your own API keys.