Skip to main content

Response

info

Mocktail is still in Beta so if you find any bugs with the app or issues with these docs, please report them on GitHub

Introduction

The response is broken down into 2 sections; the Response and the Response Body. The Response body section defines the shape of the data that is returned from your endpoint and the Response section defined how the data is returned.

Response section example

Status code

You can use this to set which response code is returned by the endpoint (and if its successful or not).

Status code dropdown example

Response codes
✅ 200 OK
✅ 201 Created
✅ 202 Accepted
✅ 203 Non-Authoritative Information
✅ 204 No Content
✅ 205 Reset Content
✅ 206 Partial Content
✅ 207 Multi-Status (WebDAV)
✅ 208 Already Reported (WebDAV)
✅ 226 IM Used
🙃 301 Moved Permanently
🙃 307 Temporary Redirect
🙃 308 Permanent Redirect
❌ 400 Bad Request
🚫 401 Unauthorized
🚫 403 Forbidden
❌ 404 Not Found
❌ 410 Gone
🫖 418 I'm a teapot
💀 500 Internal Server Error
💀 502 Bad Gateway
💀 503 Service Unavailable

Generate from seed

While outlining your response body there are a lot of options to make the data and totals dynamic, but sometimes a user will need the response to be the same every time an endpoint is called. To achieve this they can set a seed value.

To do this you need to do the following:

  1. Toggle Generate from seed to true (the toggle will turn green and the Seed value field will appear)
  2. Click save. The response values will now be generated from the default seed "I ❤️ Mocktail"
  3. You can play around with which fixed results are returned by changing the seed value to any string of a mixture of alphanumeric/emoji characters

Status code dropdown example