Endpoints
Retrieve the subscription details of a user based on provided email, npub, or external UUID.
Authorizations
Body
emailstringOptional
Email of the user
npubstringOptional
Nostr npub identifier of the user
external_uuidstringOptional
External UUID for identifying the user
flash_idstringOptional
Unique Flash ID associated with the user
Responses
200
Successfully retrieved user subscription details
application/json
400
Missing required parameters or invalid request
401
Unauthorized or invalid token
500
Internal server error
post
Cancel an active subscription for a user based on email, npub, or external UUID.
Authorizations
Body
emailstringOptional
Email of the user
npubstringOptional
Nostr npub identifier of the user
external_uuidstringOptional
External UUID for identifying the user
flash_idstringOptional
Unique Flash ID associated with the user
Responses
200
Subscription successfully canceled
application/json
401
Unauthorized or invalid token
404
No subscription found for the given parameters
500
Internal server error
post
Last updated