auth
auth_user_token_create: Issue a JWT token for a user
Method | Path |
---|---|
POST | /api/v1/tokens/create |
Body Fields
Field | Type |
---|---|
password | String |
time_to_live (optional) | String |
username | String |
auth_user_token_reissue: Reissue a JWT token for a user
Method | Path |
---|---|
POST | /api/v1/tokens/reissue |
auth_api_token_create: Issue a JWT token for a API key token
Method | Path |
---|---|
POST | /api/v1/tokens/create/api |
Body Fields
Field | Type |
---|---|
apikey | String |
time_to_live (optional) | String |
auth_api_token_reissue: Reissue a JWT token for a user
Method | Path |
---|---|
POST | /api/v1/tokens/reissue/api |