Authentication

Authenticate to use certain endpoints of the MyTaag API

circle-info

Most of the endpoints require this authentication to access the endpoint. Endpoints that require authentication are marked with "Authentication required"

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

Last updated