Registering Users
Before sending a user's data to GeroSense API, you must register this user. Use /user
endpoint for it:
POST
https://api-b2b.gerosense.ai/api/v2.2/user
Headers
Name
Type
Description
Authorization*
String
Bearer <token>
Content-Type*
String
application/json
Request Body
Name
Type
Description
id*
String
User's unique identifier
biological_sex*
String
User's sex assigned at birth.
Either Male
or Female
year_of_birth*
Int
User's year of birth
REQUEST (EXAMPLE)
Last updated