Create Authorization Token
Creates an expiring customer authorization token.
GET
/v3/users/:userId/authorize
Request
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
Samples
Schema
A successful response has 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?