Generates a new access token for the user. This access token can be used to authenticate the user in the API using the Access Token Authentication method.
Request
None
Responses
🟢200OK
application/json
Access token generated
Body
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT '/v2/user/generate_access_token'