Responses

  • 400 application/json

    Incorrect HTTP request used to fill the bag

    Hide response attributes Show response attributes object
    • error string

      A computer friendly error code

    • message string

      A human friendly description of the error

GET /fill
curl \
 --request GET 'https://totebag.bump.sh/fill'
Response examples (400)
{
  "error": "wrong_method",
  "message": "Oh no, try again with another method"
}