cURL
curl --request POST \ --url https://api.usezombie.com/v1/auth/sessions/{session_id}/complete \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "status": "<string>", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Called by the web frontend after successful OAuth to attach a token to the pending session. The CLI’s next poll will receive the token.
Auth session identifier
Bearer token from OAuth flow
Session completed
"complete"
Unique request identifier