Skip to main content

Default endpoints

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

When you first load up Mocktail it comes with 3 default endpoints to help demonstrate some of more complex functionality built into the app. The endpoints can be edited, duplicated and deleted as you see fit.

Endpoint 1 - User (Query Param)

This endpoint is primarily to demo how query params can be used to populate Static Values in the response body

  • Request Type: PATCH
  • URL: http://localhost:3333/api/data/my-first/end-point?id={id}
  • Enabled:
  • Status code: 200 OK
  • Group: Demo Users
  • Example response body:
{
"id": "{id}",
"firstName": "Roy",
"lastName": "Sanchez",
"email": "darya.mulder@bigpond.net"
}

Endpoint 2 - Users (Success)

This endpoint is to demo how easy and quick it is to generate large complex objects populated with random values. The users array at the top level of this response leverages Total Ranges to return between 10 and 30 users each time the endpoint it called.

  • Request Type: GET
  • URL: http://localhost:3333/api/data/my-first/end-point
  • Enabled:
  • Status code: 200 OK
  • Group: Demo Users
  • Example response body:
{
"data": {
"users": [
{
"id": "19f0a55d-7096-4fea-ab90-0d652a63d5fd",
"email": "xiaoyan.fiala@gmail.com",
"firstName": "Marta",
"lastName": "Morales",
"jobTitle": "Principal Program Liaison",
"pronouns": "They/Them",
"address": {
"street": "740 Moises Causeway",
"city": "North Winnifred",
"zipCode": "13472-3225",
"county": "Dorset",
"country": "Iran"
},
"cardDetails": {
"fullName": "Miss Nicola Aliev",
"brand": "Discover Card",
"validFrom": "03/23",
"untilEnd": "03/25",
"ccv": "873",
"number": "6011 0531 9940 5173",
"account": "784346893",
"type": "Debit"
},
"meta": {
"lastLogin": "2022-09-21T10:18:55.611Z",
"accountCreated": "1979-07-04T09:44:21.478Z",
"isLocked": false
}
},
{
"id": "b71890f6-03fe-4963-b295-fe25cd79cde5",
"email": "yong-kaczmarek@gmail.com",
"firstName": "Kiyoshi",
"lastName": "Paswan",
"jobTitle": "Dynamic Assurance Architect",
"pronouns": "She/Her",
"address": {
"street": "341 Dorian Gateway",
"city": "Venamouth",
"zipCode": "28463",
"county": "Gloucestershire",
"country": "Macao"
},
"cardDetails": {
"fullName": "Mrs. Yaakv John",
"brand": "Verve",
"validFrom": "08/22",
"untilEnd": "09/23",
"ccv": "892",
"number": "1721 0574 8895 5246",
"account": "318142438",
"type": "Credit"
},
"meta": {
"lastLogin": "2023-01-25T16:23:12.412Z",
"accountCreated": "1997-06-02T11:39:17.913Z",
"isLocked": true
}
},
{
"id": "7b500a99-2eb9-4253-a286-d65f5d0162a6",
"email": "mieko.kongkaeo@gmail.com",
"firstName": "Dinesh",
"lastName": "Flores",
"jobTitle": "Legacy Identity Developer",
"pronouns": "They/Them",
"address": {
"street": "1102 Glover Lights",
"city": "North Sigmund",
"zipCode": "32819-5284",
"county": "Cornwall",
"country": "Tanzania"
},
"cardDetails": {
"fullName": "Dr. Urmila Blanco",
"brand": "Visa Electron",
"validFrom": "02/23",
"untilEnd": "06/24",
"ccv": "745",
"number": "4508 5641 1464 9887",
"account": "814262542",
"type": "Debit"
},
"meta": {
"lastLogin": "2022-09-08T19:43:54.269Z",
"accountCreated": "2001-02-13T03:55:33.269Z",
"isLocked": false
}
},
{
"id": "0c1e7bec-d26c-467a-8e8f-42165ecaabd6",
"email": "wirotmhamid877@gmail.com",
"firstName": "Amina",
"lastName": "Schäfer",
"jobTitle": "Regional Security Administrator",
"pronouns": "Ze/Hir",
"address": {
"street": "393 Kihn Expressway",
"city": "New Garlandfort",
"zipCode": "51741",
"county": "Essex",
"country": "Cocos (Keeling) Islands"
},
"cardDetails": {
"fullName": "Mrs. Masami Adebayo",
"brand": "Troy",
"validFrom": "11/22",
"untilEnd": "11/23",
"ccv": "881",
"number": "7125 3958 3833 2330",
"account": "415576043",
"type": "Debit"
},
"meta": {
"lastLogin": "2023-03-31T15:38:56.461Z",
"accountCreated": "1986-10-06T17:58:33.148Z",
"isLocked": true
}
},
{
"id": "72e1537f-955f-4d81-ab8a-a2e13106e48c",
"email": "isah_torres403@gmail.com",
"firstName": "Shigeru",
"lastName": "Mikhaylov",
"jobTitle": "Lead Functionality Orchestrator",
"pronouns": "He/Him",
"address": {
"street": "676 Goyette Circle",
"city": "South Darienbury",
"zipCode": "34833",
"county": "Merseyside",
"country": "Burundi"
},
"cardDetails": {
"fullName": "Dr. Jose Schmidt",
"brand": "Visa",
"validFrom": "06/22",
"untilEnd": "04/24",
"ccv": "942",
"number": "4524 3353 8708 2837",
"account": "836663243",
"type": "Credit"
},
"meta": {
"lastLogin": "2022-11-01T00:22:37.675Z",
"accountCreated": "2016-01-03T19:30:25.063Z",
"isLocked": true
}
},
{
"id": "e9bf0dc1-ab59-4a10-b2a1-b2a210b21918",
"email": "alan+bauer768@gmail.com",
"firstName": "Michal",
"lastName": "Gupta",
"jobTitle": "Forward Research Coordinator",
"pronouns": "He/Him",
"address": {
"street": "244 Missouri Extension",
"city": "North Antonetta",
"zipCode": "69097-2719",
"county": "Worcestershire",
"country": "Saint Barthelemy"
},
"cardDetails": {
"fullName": "Mr. Omer Ahmed",
"brand": "UnionPay",
"validFrom": "08/22",
"untilEnd": "08/23",
"ccv": "730",
"number": "624607 5037905269752",
"account": "145840234",
"type": "Debit"
},
"meta": {
"lastLogin": "2022-07-27T17:27:21.058Z",
"accountCreated": "2015-06-19T18:45:03.422Z",
"isLocked": false
}
},
{
"id": "774a1920-722d-45d4-9105-4b16afd9d81f",
"email": "caroline_lehmann@gmail.com",
"firstName": "Agata",
"lastName": "Nayak",
"jobTitle": "Dynamic Infrastructure Representative",
"pronouns": "They/Them",
"address": {
"street": "1323 Sammy Creek",
"city": "Bahringertown",
"zipCode": "52099",
"county": "Norfolk",
"country": "Mozambique"
},
"cardDetails": {
"fullName": "Dr. Yoko Saetang",
"brand": "JCB",
"validFrom": "07/22",
"untilEnd": "08/24",
"ccv": "239",
"number": "3565 4298 5645 1105",
"account": "925932508",
"type": "Credit"
},
"meta": {
"lastLogin": "2023-01-11T16:43:04.067Z",
"accountCreated": "1986-10-17T02:22:53.725Z",
"isLocked": false
}
},
{
"id": "0c59f674-3aaa-4d08-82ba-d56e4282a9b8",
"email": "nancy_goto@gmail.com",
"firstName": "Maksim",
"lastName": "Schwarz",
"jobTitle": "Investor Tactics Strategist",
"pronouns": "They/Them",
"address": {
"street": "449 Moises Causeway",
"city": "Kissimmee",
"zipCode": "80826",
"county": "Bedfordshire",
"country": "Panama"
},
"cardDetails": {
"fullName": "Dr. Aliyu Einarsson",
"brand": "UkrCard",
"validFrom": "03/23",
"untilEnd": "01/25",
"ccv": "780",
"number": "6254 6689 3291 6546",
"account": "124808514",
"type": "Credit"
},
"meta": {
"lastLogin": "2022-07-01T20:44:11.814Z",
"accountCreated": "2020-03-28T16:32:06.507Z",
"isLocked": true
}
},
{
"id": "f9ed3207-c9e2-47d1-aab5-2c07e5de961f",
"email": "grzegorz+liu657@gmail.com",
"firstName": "Cheng",
"lastName": "Ochieng",
"jobTitle": "Principal Program Officer",
"pronouns": "They/Them",
"address": {
"street": "1190 Rohan Tunnel",
"city": "Lake Anthony",
"zipCode": "69731",
"county": "Derbyshire",
"country": "Isle of Man"
},
"cardDetails": {
"fullName": "Mrs. Laura Hu",
"brand": "51–55",
"validFrom": "08/22",
"untilEnd": "01/24",
"ccv": "261",
"number": "7345 4148 1986 1768",
"account": "117525812",
"type": "Debit"
},
"meta": {
"lastLogin": "2023-01-26T17:46:27.023Z",
"accountCreated": "1978-07-25T03:10:33.141Z",
"isLocked": false
}
},
{
"id": "964eb8ee-b25a-4701-a796-869f9a273308",
"email": "jerzy.wafula@gmail.com",
"firstName": "Mardkhay",
"lastName": "Ceng",
"jobTitle": "Legacy Data Director",
"pronouns": "Ze/Hir",
"address": {
"street": "346 Max Wall",
"city": "South Ahmedfort",
"zipCode": "79584",
"county": "Isle of Wight",
"country": "Somalia"
},
"cardDetails": {
"fullName": "Ms. Masami Muthoni",
"brand": "UkrCard",
"validFrom": "01/23",
"untilEnd": "05/24",
"ccv": "758",
"number": "6716 2558 0518 4680",
"account": "150475881",
"type": "Credit"
},
"meta": {
"lastLogin": "2023-04-08T04:54:42.764Z",
"accountCreated": "1987-09-14T23:03:38.238Z",
"isLocked": false
}
}
]
}
}

Endpoint 3 - Users (Error)

This endpoint is primarily used to show how you can have multiple endpoints with the same Request type and URL, and they can be easily switched between by toggling Enpoint enabled and clicking save.

  • Request Type: GET
  • URL: http://localhost:3333/api/data/my-first/end-point
  • Enabled:
  • Status code: 400 Bad Request
  • Group: no group
  • Example response body:
{
"error": {
"message": "Whoopsie! There has been an issue"
}
}