Cubewire LogoDeveloper
Support
Onboarding
Cubewire Developer Hub Logo
SOC 2 Compliant

Developer documentation and tools for Cubewire's digital wallet infrastructure. Built for developers, by developers.

developers@cubewire.com
TwitterGitHubDiscord

Developer Tools

  • API Documentation
  • API Reference

Resources

  • Documentation

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
© 2026 Cubewire. All rights reserved.
Developer Documentation Portal•Built with ♥ for developers
  1. Cubewire Wallet
  2. OAuth2

OAuth2 Token Endpoint

External API consumers authenticate using the OAuth 2.0 Client Credentials flow. Exchange your client ID and secret for an access token, then use the token in the Authorization: Bearer header for all API requests.

Authentication Flow

Getting Credentials

Create API credentials in the Wallet Portal under Settings → API Access. You will receive a Client ID and Client Secret. The secret is shown only once—store it securely.

See Programmatic Access for the full setup guide including credential creation, token usage, and examples.

API Reference

  • Request OAuth2 access token — POST /api/v1/oauth2/token

On this page

  • Authentication Flow
  • Getting Credentials
  • API Reference
  1. Cubewire Wallet
  2. OAuth2

OAuth2 Token Endpoint

External API consumers authenticate using the OAuth 2.0 Client Credentials flow. Exchange your client ID and secret for an access token, then use the token in the Authorization: Bearer header for all API requests.

Authentication Flow

Getting Credentials

Create API credentials in the Wallet Portal under Settings → API Access. You will receive a Client ID and Client Secret. The secret is shown only once—store it securely.

See Programmatic Access for the full setup guide including credential creation, token usage, and examples.

API Reference

  • Request OAuth2 access token — POST /api/v1/oauth2/token

On this page

  • Authentication Flow
  • Getting Credentials
  • API Reference