Automate gift sending with our open API
Send gift cards from your HR system, CRM or backend — or order straight from your procurement system via punchout. Open REST API, free sandbox, and quick help from our engineering team.
Used by 12,000+ companies, large and small
What you can automate
HR and payroll
Trigger gift cards on birthdays, anniversaries and offboarding — straight from your HRIS or payroll system.
CRM and sales
Reward sales targets, customer referrals or NPS responses without leaving your CRM.
Custom flows
Embed gift cards into onboarding, customer journeys or campaigns via an open REST API.
Send a gift card in a single request
Grab your API key from the dashboard. The sandbox is free.
- REST + JSON over HTTPS
- Language-agnostic — use the stack you already have
- Clear documentation with examples
const response = await fetch(
"https://api.glede.app/v1/orders",
{
method: "POST",
headers: {
"Authorization": `Bearer ${process.env.GLEDE_API_KEY}`,
"Content-Type": "application/json"
},
body: JSON.stringify({
recipient: "maria@firma.no",
amount: 500,
message: "Gratulerer med dagen!"
})
}
);
// => { status: 201, id: "order_abc123" }Embed the order flow in your own portal
The full purchase flow can be embedded as an iframe in your employee portal, intranet or customer portal. Pre-fill recipient details with query parameters — or pass in an entire recipients array at once.
- Pre-fill recipient (name, email, phone)
- Pre-fill company name, amount and scheduled time
- Pass in an entire recipients array at once
Recipient
Maria Olsen
maria@firma.no
Amount
Order gift cards straight from your procurement system
Glede connects to your procurement system via punchout. The buyer punches out from their own system into Glede, fills the cart and sends it back as a finished requisition — no manual entry or copying of order lines.
- Supports both OCI and cXML PunchOut
- Works with Coupa, SAP Ariba, Oracle, Basware and Visma Proceedo
- Your own buyer credentials, managed by you, with a free sandbox
Procurement
OCI · cXML
Glede
Cart
Test free in the sandbox
Create an account, grab your API key from the dashboard and send test orders to the sandbox — no commitment.
- 1
Create a free account
Takes under two minutes. No card details required.
- 2
Grab your API key
Available straight from the dashboard after sign-in.
- 3
Build and test
The sandbox uses the same endpoints as production. Switch to a prod key when you are ready.
Ready to integrate?
Read the docs, spin up a free sandbox, or talk to us about how to automate gift sending.
Free sandbox · No extra cost · Engineering replies within one day