Skip to content

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'
Clone this wiki locally