Generate a JWT bearer token for a specific user to impersonate them in authenticated API requests
Authorization
Bearer YOUR_TOKEN
UserID
Authorization: Bearer YOUR_TOKEN Authorization: Used in the request header as Authorization: Bearer Token
https://your-site.com/api/users/token?UserID=1559
{ "IsError": false, "ResponseMessage": "", "ResponseData": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl91c2UiOiJhY2Nlc3MiLCJzdWIiOjE4NDBsImppdCI6IjY4YmMxNGUwLWMxN2YtNDQ1ZC05MjJmLTA0NDJjZDFiMDFkOSIsImF1dGhfaWQiOiJkYzNhODdhNy1kYjRlLTQ1ZDktYThlNi02NmUwZjJjN2ZhYWEiLCJpYXQiOjE3NTM4NzA4MDV9.k-oDP6sII4IKrUua2uJ0V0lUJC3PEHxXk3Neh8ZeB-c" }
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/109861/rest-api-create-bearer-token-for-user
Your session has expired. You are being logged out.