POST
/fill
curl \
-X POST https://totebag.bump.sh/fill \
-H "Content-Type: application/json" \
-d '{"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?"
}
Request examples
{
"stickers": "string",
"beer": "string",
"lunch": "string",
"cheese": "string",
"rubber_duck": "string"
}
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 (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"
}
Response examples (400)
{
"error": "wrong_method",
"message": "Oh no, try again with another method"
}