cURL
curl --request POST \ --url https://api.usezombie.com/v1/auth/sessions
{ "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "login_url": "<string>", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Creates a device-code style auth session. Returns a session ID and a login URL to present to the user in their browser.
Auth session created
Session identifier for polling
URL to open in the user's browser to complete authentication
Unique request identifier