Become a Paddle partner
Join the Paddle partner program to read this content. You'll also get access to our partner API and agent tooling. Let us know a few details about your business to get started. Already a partner? Log in to view this page.
/magic-sessions/authorize Creates a one-time-use magic session code that can be used to log a user directly into the Paddle dashboard without requiring them to enter credentials.
Use the returned code with GET /magic-sessions/login to redirect the user.
The code expires shortly after creation.
Response (201)
2024-10-12T07:20:50.52Zb15ec92e-8688-40d4-a04d-f44cbec93355{ "data": { "code": "Zx8Kq2Lm9Rp4Tv7Nw1Bs6Yd3Hf5Jg0Ca-eR_uT2iO4k", "expires_at": "2024-04-11T16:02:24.813Z" }, "meta": { "request_id": "9bcdcc29-e180-4055-ad3d-d37e5dc5e56d" }}