Developers
  • Table of contents
  • Processes
  • Technology / services
  • web/desktop application
    • Front-end / design
      • Hot items
        • Calendar
      • Seller hub
        • Integrations
      • Tutorial vids
      • Find stuff
      • Settings
        • Account
        • Security
        • Preferences
        • Autofill
        • Links
        • Billing
      • Auth
        • Login
        • 2-factor authentication
        • Reset password
        • Create account
        • Complete payment
        • Verify account
    • Backend
    • API
    • Emails
  • mobile application
  • Front-end / design
    • Hot items
      • Calendar
    • Seller hub
      • Integrations
    • Tutorial vids
    • Find stuff
    • Settings
      • Account
      • Security
      • Preferences
      • Autofill
      • Links
      • Billing
    • Auth
      • Login
      • 2-factor authentication
      • Reset password
      • Create account
      • Complete payment
      • Verify account
  • Backend
  • website
  • Front-end / design
    • Home
    • Blog
    • Podcast
    • Download
    • Status
    • About
    • Careers
    • Store
    • News
    • Changelog
    • Brand
    • Terms
    • Privacy
    • Cookies
    • Refunds
    • Home-garden
    • Electronics
    • Collectibles
    • Tickets
    • Nfts
    • Fashion
    • Shopify
    • Amazon
    • eBay
  • Emails
  • autofill script
  • Staff dashboard
    • Front-end / design
      • Admin
      • Analytics
      • Information
      • Videos
      • Communications
      • Logs
      • Users
      • Categories
      • Interests
      • Websites
      • Login
    • Emails
Powered by GitBook
On this page

Was this helpful?

  1. web/desktop application

API

Get Cakes

GET https://api.cakes.com/v1/cakes/:id

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

id

string

ID of the cake to get, for free of course.

Query Parameters

Name
Type
Description

recipe

string

The API will do its best to find a cake matching the provided recipe.

gluten

boolean

Whether the cake should be gluten-free or not.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
{    "message": "Ain't no cake like that."}

PreviousBackendNextEmails

Last updated 3 years ago

Was this helpful?