ReqRes · Example Payload

Reqres Agent Money Example

DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

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

Top-level fields

amountcurrencyformatted

Example Payload

Raw ↑
{
  "amount": 85,
  "currency": "sample-currency",
  "formatted": "sample-formatted"
}