cURL
curl --request GET \ --url https://public.api.paragraph.com/api/v1/api/auth/sessions/{sessionId}
{ "status": "pending", "deviceName": "<string>", "callbackUrl": "<string>" }
Poll the status of an auth session. Returns the API key once the session has been approved in the browser.
Session ID returned from create
Current session status
pending