Download OpenAPI specification:Download
The Platform API is the core component of the Rehive ecosystem. It provides authentication for platform users as well as access user-scoped resources.
The Platform Admin API documentation can be found below:
For general usage, help, and recommendations please take a look at the platform docs.
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": "string",
- "balance": 0,
- "available_balance": 0,
- "account": {
- "reference": "string",
- "name": "string",
- "label": "string",
- "primary": true
}, - "currency": {
- "code": "string",
- "display_code": "string",
- "description": "string",
- "symbol": "string",
- "unit": "string",
- "divisibility": -2147483648,
}, - "active": true,
- "created": 0,
- "updated": 0
}
]
}
}