POST
/fill
curl \
--request POST 'https://totebag.bump.sh/fill' \
--header "Content-Type: application/json" \
--data '{"stickers":"API hour and I 💙 documenting APIs versions"}'
Request examples
Stickers only
{
"stickers": "API hour and I 💙 documenting APIs versions"
}
{
"stickers": "All versions",
"beer": "REST:IPA sounds delicious",
"rubber_duck": "Why not?"
}
Response examples (202)
{
"message": "Thanks for testing the Totebag API 🎉",
"details": [
"stickers",
"beer",
"rubber_duck"
],
"instructions": "You will need to actually try the API to find out 😉"
}
Response examples (400)
{
"error": "wrong_method",
"message": "Oh no, try again with another method"
}