Get refill status
GET/?action=refill_status
Response example
{
"status": "Completed",
}
Request
Query Parameters
key stringrequired
API key
action stringrequired
refill_status
refill int32required
Refill ID
Responses
- 200
- 422
- application/json
- Schema
- Example (from schema)
Schema
status RefillStatus (string)
Possible values: [Processing
, In progress
, Completed
, Rejected
, Awaiting
, Processed
, Failed
, Error
]
Refill status
{
"status": "Processing"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
error string
Error message
{
"error": "string"
}
Loading...