Get refill by ID
GET/refills/:refillId
Returns a single refill
Request
Path Parameters
refillId int64required
ID of refill to return
Responses
- 200
- 403
- 404
- application/json
- Schema
- Example (from schema)
Schema
id int32
status RefillStatus (string)
Possible values: [Processing
, In progress
, Completed
, Rejected
, Awaiting
, Processed
, Failed
, Error
]
Refill status
created_at date-time
{
"id": 0,
"status": "Processing",
"created_at": "2024-07-29T15:51:28.071Z"
}
Unauthorized access
Refill not found
Loading...