faviconUnlockBin API

Automatically generated documentation for available routes. Base URL: /api/v1

Gateway: checkout

Gateway responsible for checkout flows and Stripe integration. Exposes endpoints under /api/v1/checkout/{method}

POST
/api/v1/checkout/connectAccount
Create a Stripe Express account and return onboarding URL.
GET
/api/v1/checkout/create
Create a Stripe Checkout session for unlocking a paste.
(1)
POST
/api/v1/checkout/disconnectAccount
Remove Stripe account association for the authenticated user.

Gateway: pastes

Gateway for creating and retrieving pastes. Exposes endpoints under /api/v1/pastes/{method}

POST
/api/v1/pastes/create
Create a new paste.
(6)
DELETE
/api/v1/pastes/delete
Delete a paste by slug. Only the user who created the paste may delete it.
(1)
GET
/api/v1/pastes/getBySlug
Retrieve a paste by slug.
(1)
GET
/api/v1/pastes/getUserPastes
Return a list of pastes for the authenticated user.