ReqRes · Example Payload

Reqres Collection Example

DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

Reqres Collection Example is an example object payload from ReqRes, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idproject_iduser_idnameslugschemavisibilitycreated_atupdated_at

Example Payload

Raw ↑
{
  "id": "sample-id",
  "project_id": "sample-project_id",
  "user_id": "sample-user_id",
  "name": "morpheus",
  "slug": "products",
  "schema": {},
  "visibility": "sample-visibility",
  "created_at": "2026-05-29T14:30:00Z",
  "updated_at": "2026-05-29T14:30:00Z"
}