Generate Authorization Token
Use the login
mutation to generate an access token in order to use the Telewellness Portal API.
Required Arguments
Argument | Type | Description |
| String! | Telewellness Admin email. |
| String! | Telewellness Admin password. |
Available Fields
Field | Type | Description |
| Boolean | True if thelogin is successful, Otherwise False. |
| String | This token will be used as Authorization header. |
Example
Last updated