⌘
K
Quick Start
Permissions
Mobile SDKs
Records
Statistics
SpikeSDK iOS
SpikeSDK Android
SpikeSDK React Native
SpikeSDK Flutter
Webhooks
Background data delivery
API reference
Introduction
Authenticate via HMAC
Initiate integration url
Delete integration
Statistics
Provider Records
Provider records by ID
Workouts
Workouts record by ID
Sleep
Sleep record by ID
User Properties
User Info
Migration guide
Authenticate via legacy Client Token
FAQ
Nutrition AI API
Docs powered by
Archbee
API reference
User Properties
Get information about the current user.
GET
Request
Response
Header Parameters
Authorization
String
required
Curl
1
curl
--request
GET
\
2
--url
https://app-api.spikeapi.com/v3/userproperties
\
3
--header
'Accept: application/json, application/problem+json'
\
4
--header
'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI5OTk5OSIsInN1YiI6ImE5ZjU3ODAzMGIxYThkYWUifQ.DJhTPUc7gAkK03rtFQxuFJzRBNpfWjgVJnFU7YUY4A4'
curl --request GET \ --url https://app-api.spikeapi.com/v3/userproperties \ --header 'Accept: application/json, application/problem+json' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI5OTk5OSIsInN1YiI6ImE5ZjU3ODAzMGIxYThkYWUifQ.DJhTPUc7gAkK03rtFQxuFJzRBNpfWjgVJnFU7YUY4A4'
Responses
200
1
{
2
"properties"
:
{
3
"birth_date"
:
"string"
,
4
"birth_year"
:
0
,
5
"gender"
:
"unknown"
,
6
"height"
:
0
,
7
"language"
:
"string"
,
8
"timezone"
:
"string"
,
9
"weight"
:
0
10
}
11
}
{ "properties": { "birth_date": "string", "birth_year": 0, "gender": "unknown", "height": 0, "language": "string", "timezone": "string", "weight": 0 } }
PREVIOUS
Sleep record by ID
NEXT
User Info
Docs powered by
Archbee
Docs powered by
Archbee