Yes. Use the <code>/api/messages.php</code> endpoint....
Yes. The Access API Key (<code>api</code>) is safe to share. Never share your Secret API Key....
Use <code>/api/withdrawals.php</code> for withdrawal operations....
Call <code>/api/notifications.php</code> to fetch notifications....
Use <code>/api/streams.php</code> to create and manage live streams....
You must include two parameters: <code>api</code> (your public Access API Key) and <code>secret</code> (your private Secret API Key)....
Use the <code>/api/wallets.php</code> endpoint....
Use the endpoint <code>/api/posts.php</code> with your api and secret keys....
Use <code>/api/subscriptions.php</code> to manage incoming and outgoing subscriptions....
Use <code>/api/comments.php</code> to post or retrieve comments....
Use the <code>/api/stream_messages.php</code> endpoint for real-time stream chat....
Yes. Use <code>/api/payment_requests.php</code> for payment requests and invoices....
The API documentation was last updated on April 21, 2026....
Available endpoints include: posts, streams, stream_messages, transactions, wallets, withdrawals, comments, messages, subscriptions, notifications, and payment_...
All API calls use the base URL: <code>https://api.blessingfans.org/api/</code>...
You can send parameters using GET (URL query string) or POST (form data)....
All responses return JSON with a <code>"status"</code> field ("success" or "error") and usually a <code>"data"</code> array....
Visit the Developer Portal or go directly to <a href="https://api.blessingfans.org">https://api.blessingfans.org</a> for full documentation....
Call <code>/api/transactions.php</code> to retrieve transaction records....
Log in at <a href="https://blessingfans.org/developer?pgx=3">https://blessingfans.org/developer?pgx=3</a> to generate and view your API keys....