Quantcast
Channel: Kaywa FAQ » API
Browsing latest articles
Browse All 10 View Live

Overview

The QR Code API consists of a set of callable methods, and some API endpoints. To perform an action using the QR Code API, you need to send a request to its endpoint specifying a method and some...

View Article



Authentication

All methods require the user to be authenticate. At present there is only one way to accomplish this: through apikey which you can find on your account at qrcode.kaywa.com.

View Article

Example Request

Send your requests to: http://qrcode.kaywa.com/publicapi/methodName/?apikey=your_api_key&optional_argument1=... With arguments: - apikey = ### - argument1 = ### - argument2 = ### ... * methodName...

View Article

createCode

Creates a code for the specified destination URL. EXAMPLE REQUEST http://qrcode.kaywa.com/publicapi/createCode/?apikey=your_api_key&codeurl=your_url ARGUMENTS apikey (Required): Your API...

View Article

getCodeById

Retrieve code data by code ID. EXAMPLE REQUEST http://qrcode.kaywa.com/publicapi/getCodeById/?apikey=your_api_key&codeid=0123456 ARGUMENTS apikey (Required): Your API application key. See here for...

View Article


getCode

Retrieve code data by code hash. EXAMPLE REQUEST http://qrcode.kaywa.com/publicapi/getCode/?apikey=your_api_key&code=xyzxyz ARGUMENTS apikey (Required): Your API application key. See here for more...

View Article

setCodeUrlById

Sets code destination URL. EXAMPLE REQUEST http://qrcode.kaywa.com/publicapi/setCodeUrlById/?apikey=your_api_key&codeid=000000&codeurl=your_url ARGUMENTS apikey (Required): Your API application...

View Article

getMyCodes

Retrieve all your codes (like calling getCode for every of your codes). EXAMPLE REQUEST http://qrcode.kaywa.com/publicapi/getMyCodes/?apikey=your_api_key ARGUMENTS apikey (Required) : Your API...

View Article


getMyCodesCount

Retrieves how many codes you have. EXAMPLE REQUEST http://qrcode.kaywa.com/publicapi/getMyCodesCount/?apikey=your_api_key ARGUMENTS apikey (Required) : Your API application key. See here for more...

View Article


getCodeHits

Retrieves hit count for the requested code. EXAMPLE REQUEST http://qrcode.kaywa.com/publicapi/getCodeHits/?apikey=your_api_key&codeid=0123456 ARGUMENTS apikey (Required) : Your API application key....

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images