{
  "id": "f4ba4756-82b1-4c9e-8f13-4eb202b5b4a9",
  "slug": "aspire",
  "name": "Aspire API",
  "provider": "Aspire",
  "category_slug": "finance-banking",
  "description": "Singapore-headquartered business finance platform offering APIs for payouts, FX conversions, account balances and transaction data on Aspire business accounts. Lets finance teams automate payment operations from their own systems.",
  "base_url": "https://api.aspireapp.com",
  "docs_url": "https://aspireapp.com/api",
  "openapi_url": null,
  "auth_type": "oauth2",
  "auth_guide": [
    "Open and verify an Aspire business account.",
    "Request API access from your Aspire dashboard or account manager.",
    "Receive client credentials and exchange them for an access token per the developer docs (docs.aspireapp.com).",
    "Call payout/FX/balance endpoints with the bearer token."
  ],
  "pricing": "contact",
  "rate_limit": null,
  "example_request": "curl -H 'Authorization: Bearer YOUR_TOKEN' 'https://api.aspireapp.com/v1/accounts'",
  "example_response_snippet": "{\"data\":[{\"id\":\"acct_...\",\"currency\":\"SGD\",\"available_balance\":\"25000.00\"}]}",
  "agent_notes": "docs.aspireapp.com sits behind a bot-protection wall (curl gets 403); use a browser. API access is account-gated, so treat the request/response shapes here as templates until you have credentials.",
  "status": "live",
  "tags": [
    "aspire",
    "business-banking",
    "payouts",
    "fx"
  ],
  "sg_official": false,
  "created_at": "2026-07-05T08:44:12.289Z",
  "updated_at": "2026-07-05T09:15:26.964Z",
  "page_url": "https://singaporeapi.com/apis/aspire"
}