Connection to API

Partner connection requirements

Documentation has moved

The information on this page is no longer updated and may be obsolete. The most current Koshelek documentation is now available at the new address:

https://developers.koshelek.app/en/

The API is provided by the Cardsmobile host. The following request parameters are provided for a partner in order to get access:

API Requests Authorization

The HTTPS protocol is used. HTTP Basic Authentication (RFC 7617) mechanism should be used for API requests authorization. Credentials for authorization are transferred in the Authorization HTTP header.

Encoding Requirements

Both API requests and responses should use the UTF-8 encoding.

Response Codes

If the request has been successfully processed, Cardsmobile host returns an HTTP response containing the status code 200, and the body with a payload that is described in the request documentation.

If an error occurred during the request processing, it is returned with an HTTP response containing the status code 422 and a string with the error description in the body (UTF-8 encoding is used).

Last updated