Hi,
We are using self-authentication method to call APIs. Our login APIs sends the token on the login page.
hp-user/auth/signin
This API returns the auth token and the id of the school along with other parameters.
- How do we send this auth token as a header in other APIs?
- How do we use the response parameters in the login API in other APIs on the next pages?
Please advise.
Regards
Atul