Skip to content

Instantly share code, notes, and snippets.

@muracms
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save muracms/fb65c938ee77edfda405 to your computer and use it in GitHub Desktop.

Select an option

Save muracms/fb65c938ee77edfda405 to your computer and use it in GitHub Desktop.
POST https://yourdomain.com/{context}/index.cfm/_api/json/v1/{siteid}/login/?username={username}&password={password}
POST https://yourdomain.com/{context}/index.cfm/_api/json/v1/?method=login&siteid={siteid}&username={username}&password={password}
{
"data": {
"status": "success"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment