Playground Exploration
Explore and test FinHub APIs in the interactive playground
Playground Exploration
The FinHub Playground provides an interactive environment to explore APIs, test endpoints, and understand request/response patterns.
Accessing the Playground
- Log in to the FinHub Sandbox Portal
- Navigate to API Playground
- Select the API you want to explore
Playground Features
| Feature | Description |
|---|---|
| Interactive Testing | Execute API calls directly from the browser |
| Auto-Authentication | Automatic token management |
| Request Builder | Visual request construction |
| Response Viewer | Formatted response display |
| Code Generation | Generate code snippets |
Using the Playground
Step 1: Select an API
Choose from available API categories:
- Customer API
- Wallet API
- Payment API
- Compliance API
Step 2: Configure Parameters
Fill in the required parameters:
- Path parameters
- Query parameters
- Request body
Step 3: Execute Request
Click Send to execute the request and view the response.
Step 4: Review Response
Examine the response:
- Status code
- Response headers
- Response body
- Response time
Recommended Exploration Path
-
Authenticate
Test the authentication endpoint to understand token flow
-
Create Customer
Register a test customer using the Customer API
-
Verify Customer
Complete KYC verification for the test customer
-
Open Account
Open a wallet/account for the verified customer
-
Make Transaction
Execute a test transaction
Code Generation
The playground generates code snippets in multiple languages:
- cURL
- JavaScript (Axios/Fetch)
- Python (Requests)
- Java
- PHP