User

Get User Data

You can retrieve user information using user_id and app access token.


Get a user information by its user_key
GET
Request
Path Params
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