Create a new session under a given site

Creates a new session under a given site.

Request
path Parameters
site
required
string

The site ID

Request Body schema: application/json
required
object
required
object
Responses
201

OK

400

Bad Request

401

Unauthorized

404

Not Found

post/v4/sessions/{site}
Request samples
application/json
{
  • "identifiers": {
    },
  • "validators": {
    }
}
Response samples
application/json
{
  • "expiryDate": "2018-11-15 14:29 PM UTC",
  • "startDate": "2017-11-15 14:29 PM UTC",
  • "authenticated": true,
  • "session_id": "SS0123456789ABCD",
  • "user_id": "UU0123456789ABCD"
}