v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Prizeout User Session

post/profiles/{id}/prizeout-session/

Path parameters

idstring required

Unique ID of profile

Headers

Authorizationstring

Bearer <access-token>

Request body

emailstring required
countrystring required
regionstring required
year_of_birthinteger required
firstnamestring
lastnamestring
genderstring

Response

200

session_idstring
profile_idstring
emailstring
created_atstring
session_timeoutstring
firstnamestring
lastnamestring
genderstring
year_of_birthinteger
countrystring
regionstring

Example response

{
  "session_id": "fdf7f8bf-6d26-45cc-82ba-2211b0b67b84",
  "profile_id": "6fa4e248-e214-43e8-9214-8ec790dcb9c6",
  "email": "abcd@gmail.com",
  "created_at": "2022-11-04T09:01:17.352135Z",
  "session_timeout": "P0DT00H30M00S",
  "firstname": "AK",
  "lastname": "KA",
  "gender": "male",
  "year_of_birth": 1999,
  "country": "US",
  "region": "MA"
}