PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

/user/invite 406 #104

Closed HistoireDeBabar closed 8 years ago

HistoireDeBabar commented 8 years ago

From either postman, or the browser I'm receiving a 406 status code back, with an 'Unexpected 'N'' in the err message body. The body I'm posting is:

{
  "contacts": [
      {
          "email": "p.barber1990@gmail.com",
          "name": "paul"
      }  
    ],
    "message": "hello!"
}

Auth token is included in the requests.