Create User Auth Token(s)
POST
https://api.sfox.com/v1/enterprise/user-tokens/:user_id
Generate a user auth token for an end user.
Request
Path Parameters
Parameter
Type
Description
user_id
optional
string
User defined ID added to the path to retrieve an auth token for a single user
Body Parameters
Name
Type
Description
data
optional
string
Array of user_id
s
Example Requests
Single User
Multiple Users
Response
Response Body
Key
Description
token
The authentication token that you will use to access this specific user account
expires
An ISO-8601 date and time that the token will expire in UTC time zone
partner_user_id
The unique ID for this end user shared between sFOX and your enterprise
Responses
Last updated