cURL
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 } }
Get information about the current user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object