-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jonzeper edited this page Mar 23, 2016
·
5 revisions
via HTTP header
Authorization: Token YOUR_API_KEY
All input and output is JSON format. The client should pass the header:
Content-Type: application/json
For any error the response will have a 4xx HTTP status. In addition, some errors may return details in the following format:
{
"errors": [
{ "detail": "Unable to find an offer letter template for this user" }
]
}