Created
June 7, 2014 03:45
-
-
Save rizrmd/f493f252dc60d55095aa to your computer and use it in GitHub Desktop.
Kii REST API - Slide 11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -v -X POST \ | |
| -H "content-type:application/vnd.kii.RegistrationRequest+json" \ | |
| -H "x-kii-appid:{APP_ID}" \ | |
| -H "x-kii-appkey:{APP_KEY}" \ | |
| "https://api-sg.kii.com/api/apps/{APP_ID}/users" \ | |
| -d '{"loginName":“rizky", "displayName":“rizky ramadhan", "country":“ID", "password":"123ABC"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment