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

Auth Devices API

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

3 endpoints in this group.

GET /api/v1/me/devices

List Devices

Responses

CodeDescription
200Successful Response

POST /api/v1/me/devices/{device_id}/approve

Approve Device

Parameters

NameInTypeRequiredDescription
device_idpathintegerrequired

Responses

CodeDescription
200Successful Response
422Validation Error

POST /api/v1/me/devices/{device_id}/revoke

Revoke Device

Parameters

NameInTypeRequiredDescription
device_idpathintegerrequired

Responses

CodeDescription
200Successful Response
422Validation Error