Skip to content

Instantly share code, notes, and snippets.

@rizrmd
Created June 7, 2014 03:45
Show Gist options
  • Select an option

  • Save rizrmd/f493f252dc60d55095aa to your computer and use it in GitHub Desktop.

Select an option

Save rizrmd/f493f252dc60d55095aa to your computer and use it in GitHub Desktop.
Kii REST API - Slide 11
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