post https://api-sandbox.argyle.com/v1/user-tokens
Create a user token that lets you start Argyle Link for an existing user.
User tokens are temporary access keys that let you start Argyle Link for an existing user. They are JWT tokens that contain an expiry date.
To create a user token, send a POST
request with the request body containing a JSON object with the following format: {"user": "user-id"}
.
This request returns the user token enclosed in a JSON object: {"access": "user-token"}
.