Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 337 Bytes

2012-12-28-authentication.md

File metadata and controls

20 lines (14 loc) · 337 Bytes
path title layout
/login
Authenticate
nil

This method allows users to retrieve stuff.

Response

Sends back a collection of things.

Authentication: bearer TOKEN

    id: thing_2,
    name: 'My second thing'
}```

For errors responses, see the [response status codes documentation](#response-status-codes).