Mockaroo · Example Payload

Mockaroo Generate Custom Example

Test DataMock DataAPI MockingData GenerationDeveloper ToolsQA TestingRealistic DataSchemasDatasetsPublic APIs

Mockaroo Generate Custom Example is an example object payload from Mockaroo, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.mockaroo.com/api/generate.custom?count=2&schema=Users&delimiter=%7C&quote_char=%22&key=YOUR_API_KEY"
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "text/plain"
    },
    "body": "id|first_name|last_name\n1|\"Lara\"|\"Hopfer\"\n2|\"Devon\"|\"Quincey\"\n"
  }
}