Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Contents on this Page

Table of Contents

API Service

Endpoint

/auth

Method

POST

Request parameters 

...

Code Block
{
 "response":{
  "status":"OK",
  "logged_in":true
 },
 "audit":{
  "user":"Demo Summit",
  "user_id":"380"
 },
 "debug":{
  "parsetime":"50.677061",
  "now":"2014-03-28 14:28:40"
 },
 "csrf":"ac8cf752c04a2fabcc1d66db5f662b28"
}

Example

Code Block
curl -b cookies.txt -c cookies.txt --data "username=[username]&password=[password]" "https://platform.flxone.com/api/auth"

...