Authentication
Authenticate to use certain endpoints of the MyTaag API
The authentication works with a session_token. Create a session to get the session_token.
There is two ways to authenticate using the session_token:
Send the session_token in the request body or as a GET / POST / PUT / DELETE parameter
Send the session_token as Authorization: Bearer session_token
Last updated