Admin Dashboard Overview (Admin)​
GET
/bridge-payment/admin
Admin endpoint that provides an overview of all available admin features and endpoints. Useful as a starting point for admin operations.
Authorizations​
SessionAuth
Session ID from Flowless authentication
TypeAPI Key (header: X-Session-ID)
Responses​
Admin dashboard overview
application/json
JSON
{
"success": true,
"data": {
"available_endpoints": [
"string"
],
"features": [
"string"
]
}
}