curl --request GET \
  --url https://app-api.spikeapi.com/v3/userproperties \
  --header 'Authorization: Bearer <token>'
{
  "properties": {
    "birth_date": "<string>",
    "birth_year": 123,
    "body_bone_mass": 123,
    "body_fat": 123,
    "body_mass_index": 123,
    "gender": "unknown",
    "height": 123,
    "language": "<string>",
    "timezone": "<string>",
    "weight": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

OK

The response is of type object.