cURL
curl --request POST \ --url https://grosh.muathye.com/api/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "password": "<string>", "device_name": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "email": "[email protected]", "base_currency_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "token": "<string>", "token_type": "Bearer" }
Successful response
Show child attributes
"Bearer"
Was this page helpful?