POST Tenant/Account/AuthLogin
Request Information
URI Parameters
None.
Body Parameters
Login_SistemaName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
Senha | string |
None. |
|
Chave_Sistema | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "Senha": "sample string 2", "Chave_Sistema": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TokenResponseName | Description | Type | Additional information |
---|---|---|---|
access_token | string |
None. |
|
token_type | string |
None. |
|
expires_in | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "access_token": "sample string 1", "token_type": "sample string 2", "expires_in": 3 }