Xpensio API v1.0 will be opened for public access after our closed beta is complete. REST-based JSON endpoints and authorization schemas will be available here soon.
// Example Endpoint
GET /api/v1/expenses
Authorization: Bearer <token>
{
"status": "coming_soon"
}