# UGiftMe Multi-Platform Integration Hub API ## Docs - [Verify Credentials](https://docs.ugift.me/api-reference/authentication/verify-credentials.md): Validates your integration API key and returns basic integration metadata. - [Transaction Ledger](https://docs.ugift.me/api-reference/financials/transaction-ledger.md): Paginated wallet transaction history. - [View Balances](https://docs.ugift.me/api-reference/financials/view-balances.md): Returns balances by currency. - [Wallet](https://docs.ugift.me/api-reference/financials/wallet.md): Returns wallet records for the account. - [Advanced Search](https://docs.ugift.me/api-reference/orders-&-dispatch/advanced-search.md): Filter orders by merchant, status, dates, and flags. - [Bulk Order](https://docs.ugift.me/api-reference/orders-&-dispatch/bulk-order.md): Creates multiple orders in one request. Optional `Idempotency-Key` applies to the bulk operation. - [Create New Order](https://docs.ugift.me/api-reference/orders-&-dispatch/create-new-order.md): Creates a single gift-card order against your integration wallet. - [Order Details](https://docs.ugift.me/api-reference/orders-&-dispatch/order-details.md): Retrieves a single order by its identifier. - [Order History](https://docs.ugift.me/api-reference/orders-&-dispatch/order-history.md): Lists orders associated with your account (paginated). - [Queue Status](https://docs.ugift.me/api-reference/orders-&-dispatch/queue-status.md): Poll the status of an **async** order after **202** from `POST /orders` or bulk. - [Browse Catalog](https://docs.ugift.me/api-reference/product-catalog/browse-catalog.md): Returns a paginated catalog of gift products available to your API key (filtered by the key's allowed countries). - [Catalog Filters](https://docs.ugift.me/api-reference/product-catalog/catalog-filters.md): Returns distinct **categories** and **merchants** for products your key can access. - [Search Products](https://docs.ugift.me/api-reference/product-catalog/search-products.md): Search the product catalog with optional **merchant**, **category**, and **useCase** filters. - [Active Subscriptions](https://docs.ugift.me/api-reference/webhooks/active-subscriptions.md): Lists registered webhooks (secrets are never returned). - [Create Webhook](https://docs.ugift.me/api-reference/webhooks/create-webhook.md): Registers an HTTPS URL to receive outbound webhook integration events. - [Remove Webhook](https://docs.ugift.me/api-reference/webhooks/remove-webhook.md): Deletes a webhook configuration by id. - [API Overview](https://docs.ugift.me/docs/api-overview.md): Overview of the UGiftMe REST API for B2B integrations. - [API Guide](https://docs.ugift.me/docs/business-api.md): REST integration for B2B partners — products, orders, wallet, and webhooks under /api/v1/business. ## OpenAPI Specs - [openapi-business](https://docs.ugift.me/openapi-business.yaml) - [openapi](https://docs.ugift.me/openapi.yaml)