cURL
curl --request POST \ --url https://api.mkinf.io/v0.1/auth/token \ --header 'Content-Type: application/json' \ --data '{ "grant_type": "password", "email": "example@mkinf.io", "password": "test1234" }'
{ "access_token": "eyJhbG...", "refresh_token": "xdclrV...", "expires_in": 3600, "token_type": "bearer" }
The response is of type object.
object