AuthGetTokenResponseModel
statusboolean
Whether the request succeeded.
messagestring
Human-readable description of the result.
token object
access_tokenstring
AuthGetTokenResponseModel
{
"status": true,
"message": "string",
"token": {
"access_token": "string"
}
}
Was this page helpful?