I have an android application which communicate with stalker portal using the REST API v1 for authentication like:
passing username/password.
and getting users channels like
[V2 API]/users/{user_id}/media-info
and passing Bearer.
Now I need to authenticate user only by passing MAC Address,
I know it is possible but can't find any example of it.
Can You please provide me a demo?
Thanks,
Vesselin Petkov