-
Notifications
You must be signed in to change notification settings - Fork 22
Authenticated user
Onur Akpolat edited this page Oct 27, 2016
·
1 revision
Besides creating or logging in a user, all other endpoints require an authenticated user. This information is stored is the SESSION_TOKEN
that you receive after a success login.
curl https://api.tapglue.com/0.4/me \
-u [[app:key]]:SESSION_TOKEN \
-H "User-Agent: Tapglue Test UA" \
-H 'Accept: application/json'