Skip to main content
GET
Queue Status

Authorizations

X-API-Key
string
header
required

Your UGiftMe API key for authentication.

Format: Secure API key (e.g., <your-api-key>)

Required: All endpoints require this header

Example: X-API-Key: <your-api-key>

Path Parameters

id
string
required

Response

Order request

orderRequestId
string
Example:

"65e4f5b6c7d8e90123456789"

status
string
Example:

"succeeded"

type
string

single or bulk.

Example:

"single"

result
object

Present when the request completes successfully. Usually a BusinessOrder for single or BulkOrderCreatedResponse for bulk; may be an arbitrary object while workers evolve.

Example:
error
string

Present when the request failed.

createdAt
string<date-time>
Example:

"2025-04-12T14:20:00.000Z"

updatedAt
string<date-time>
Example:

"2025-04-12T14:22:12.000Z"