Create User Auth Token(s)
POST
https://api.sfox.com/v1/enterprise/user-tokens/:user_id
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
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
Example Requests: Single User
Example Requests: Multiple Users
Last updated