Browse verified accounts — secure checkout and fast delivery at shopacct.com

API Documentation

Overview

Welcome to the API documentation for our service. This RESTful API allows you to interact with our platform programmatically.

All API endpoints return JSON responses and require authentication via API keys.

Base URL: https://shopacct.com/api/v1

Authentication

To authenticate your requests, include your API key in the Authorization header.

Authorization: Bearer <token>
Accept: application/json

Keep your API keys secure and never expose them in client-side code.

Endpoints

GET /products
GET /categories
GET /categories/{id}/products
GET /balance
GET /products/{id}
GET /products/{id}/details
POST /order