-
Notifications
You must be signed in to change notification settings - Fork 5
HTTP request and response headers
Ryan Newington edited this page May 27, 2016
·
1 revision
HTTP Requests sent to the API must include the following headers
Header | Description |
---|---|
Content-Type | Required. This must always be application/json
|
Authorization | An authorization header will be required if using authentication |
Content-Length | Required. This must indicate the size of the HTTP request |
HTTP Responses will always return the following headers
Header | Description |
---|---|
Content-Type | application/json |
Content-Length | The length of the response, if present |