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 application key. See here for more details.
RETURNS
- negative number (error)
- 0 (no codes found)
- array of json code arrays like getCode (success)
EXAMPLE RESPONSE
[{"id":"###","code":"###","url":"###","encodedurl":"http://kaywa.me/###","title":"My Kaywa QR-Code"},{CODE2},{CODE3},...] Check it yourself
* {CODE#} – json object like getCode