Services
How It Works
Proof & Trust
Partners
Resources
About
Recovery Review
G.O.A.T  Login Get a Quote →

API v2.1 — Live

The G.O.A.T API
for IT Asset Recovery

Integrate Galide's buyback and device valuation capabilities directly into your platform. Real-time pricing, automated workflows, and full lifecycle tracking — all via REST API.

Get API Access →
get-device-value.js
// Get instant buyback valuation const response = await fetch('https://api.galide.com/v2/value', { method: 'POST', headers: { 'Authorization': `Bearer ${apiKey}`, 'Content-Type': 'application/json' }, body: JSON.stringify({ 'device_type': 'MacBook Pro', 'model': 'MNEP3LL/A', 'year': 2022, 'condition': 'grade_a', 'quantity': 50 }) }); // Returns: { value: 42500, per_unit: 850, expires: "2025-07-15" }
REST Endpoints

API Endpoints

Full REST API with JSON responses. Authenticate with your API key via Bearer token.

GET /v2/devices List all devices in your account inventory
POST /v2/value Get real-time buyback valuation for a device
POST /v2/orders Create a new buyback order
GET /v2/orders/{id} Get order status and tracking details
GET /v2/certificates/{id} Download data destruction certificate
GET /v2/reports Get full disposition report for completed orders
Platform Features

Built for Developers

Everything you need to integrate Galide into your platform, ITSM, or asset management system.

REST + JSON

Standard REST API with clean JSON responses. SDKs available for Python, Node.js, and PHP.

Real-Time Pricing

Live secondary market pricing updated daily. Guaranteed quotes locked for 30 days.

Webhooks

Real-time event notifications for order status changes, payments, and certificate generation.

Bulk Operations

Submit thousands of devices in a single API call. Async processing with status polling.

Sandbox Environment

Full sandbox environment for development and testing — no real orders created.

API Key Management

Manage multiple API keys per organization. Granular read/write permissions per key.

Ready to Integrate?

Apply for API access and start building. Our team will get you set up within 1 business day.

Apply for API Access →