Skip to content

Latest commit

 

History

History
executable file
·
32 lines (24 loc) · 514 Bytes

2012-12-27-get-stuff.md

File metadata and controls

executable file
·
32 lines (24 loc) · 514 Bytes
category url_path title type layout
Stuff
/stuff
Get stuff
GET

This method allows users to retrieve stuff.

Request

  • The headers must include a valid authentication token.

Response

Sends back a collection of things.

Status: 200 OK

    {
        id: thing_1,
        name: 'My first thing'
    },
    {
        id: thing_2,
        name: 'My second thing'
    }
}```

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