Welcome to the Poutineer Origin Service developer hub. You'll find comprehensive guides and documentation to help you start working with Poutineer Origin Service as quickly as possible, as well as support if you get stuck. Let's jump right in!
Service Understanding
This document describes the basic concepts for using the HTTP API for Poutineer's origin service. Each resource uses . You can find all resources via by accessing the resource.
Requests
A request MUST contain the Accept header with the .
GET https://origin.poutineer.com/v1/establishments/
Accept: application/vnd.api+json
A resource MAY require authentication, which you can either get or by using the account's authentication_secret (Encoded in base64) as a .
GET https://origin.poutineer.com/v1/establishments/smoke-s-poutinerie
Authorization: Bearer am1OdWpQb3BTbnhnYi1FaGN5Skg=
Accept: application/vnd.api+json
If a request has a body (PUT, PATCH, POST) then you MUST provide a Content-Type header.