↳API playground / Sandbox
Make the call. Read the whole response.
Change the method, choose a language and send a real client-side demo request through the same UI included in the template.
/v1/transferscurl https://api.kilnwire.example/v1/transfers \
+ -H "Authorization: Bearer kw_live_••••" \
+ -H "Content-Type: application/json" \
+ -d '{"amount": 4800, "currency": "usd"}'Response201 Created82ms
{
"id": "trf_8N2K4W",
"object": "transfer",
"status": "accepted",
"amount": 4800,
"currency": "usd",
"trace_id": "req_7f2c9a"
}Trace attached · 1 request sent