Skip to main content

Find refills by IDs

GET 

/refills

Find multiple refills by their IDs

Request

Query Parameters

    ids[] integer[]required

    Array of IDs

Responses

Successful response

Schema

    data

    object[]

    Array of refills

  • Array [

  • id int32
    status RefillStatus (string)

    Possible values: [Processing, In progress, Completed, Rejected, Awaiting, Processed, Failed, Error]

    Refill status

    created_at date-time
  • ]

  • errors int32[]
    • Array of refill IDs that were not found
    • Returned only if at least one refill ID was not found
Loading...