ReqRes · Example Payload

Reqres Collection Record Example

DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

Reqres Collection Record 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

idcollection_idproject_idapp_user_idcreated_bycreated_atupdated_atdeleted_atdata

Example Payload

Raw ↑
{
  "id": "sample-id",
  "collection_id": "sample-collection_id",
  "project_id": "sample-project_id",
  "app_user_id": "sample-app_user_id",
  "created_by": "sample-created_by",
  "created_at": "2026-05-29T14:30:00Z",
  "updated_at": "2026-05-29T14:30:00Z",
  "deleted_at": "2026-05-29T14:30:00Z",
  "data": {}
}