Get User Data
You can retrieve user information using user_id and app access token.
Get a user information by its user_key
GET
Params
Query Parameters
user_id
required
String
User ID returned by add integration request. This key should be stored in your database against the user and used for all interactions with the Spike API.
Header Parameters
x-spike-auth
required
String
App access token
Python
|
RESPONSES
200
|
Did this page help you?
Yes
No