Generate Token
Generates a temporary authorization token
/users/{userId}/authorize
GET
https://apis.sandbox.flexshopper.com/v3/users/{userId}/authorize
This endpoint allows you to get a temporary authorization token
Path Parameters
Name
Type
Description
userId
string
User's Id
Headers
Name
Type
Description
x-consumer-custom-id
string
Consumer data with the format "channel:vendorId"
Response Parameters
A successful request returns the HTTP 200 OK
status code and a JSON response body that shows the customer token ready to be used.
Key
Type
Description
token
String
The temporary Token ready to be used; should be set to the Customer-Token
header in subsequent API requests.
Last updated
Was this helpful?