GET api/odoo/token?username={username}&password={password}
Generates a JSON Web Token (JWT) for user authentication.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username |
The username of the user requesting the token. |
string |
Required |
| password |
The password of the user requesting the token. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A string representing the signed JWT.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.