Skip to Content
BlitzPulse docs are live. Looking for the app? Visit https://app.blitzglobalcapital.com.
Api ReferenceAuth Sso API

Auth Sso API

Auto-generated from openapi-snapshot.json. Do not edit by hand — changes are overwritten by scripts/docs/generate_api_reference.py.

6 endpoints in this group.

POST /api/auth/sso/apple/callback

Apple Callback

Apple sends the callback as form_post, so we parse the form body.

Responses

CodeDescription
200Successful Response

POST /api/auth/sso/apple/start

Apple Start

Responses

CodeDescription
200Successful Response

GET /api/auth/sso/google/callback

Google Callback

Parameters

NameInTypeRequiredDescription
codequerystringrequired
statequerystringrequired

Responses

CodeDescription
200Successful Response
422Validation Error

POST /api/auth/sso/google/start

Google Start

Responses

CodeDescription
200Successful Response

GET /api/auth/sso/identities

List Identities

Responses

CodeDescription
200Successful Response

DELETE /api/auth/sso/identities/{identity_id}

Unlink Identity

Parameters

NameInTypeRequiredDescription
identity_idpathintegerrequired

Responses

CodeDescription
204Successful Response
422Validation Error