Green Dot Corporation · Authentication Profile

Green Dot Authentication

Authentication

Green Dot Corporation secures its APIs with oauth2 and http across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

FintechBanking as a ServiceEmbedded FinancePrepaid CardsBankingPaymentsMoney MovementUnited States
Methods: oauth2, http Schemes: 2 OAuth flows: clientCredentials API key in:

Security Schemes

oauth2ClientCredentials oauth2
bearerAuth http
scheme: bearer

Source

Authentication Profile

green-dot-authentication.yml Raw ↑
generated: '2026-07-23'
method: searched
source: https://developer.greendot.com/embedded-finance/docs/baas-api-authentication
docs: https://developer.greendot.com/embedded-finance/docs/baas-api-authentication
summary:
  types: [oauth2, http]
  oauth2_flows: [clientCredentials]
  api_key_in: []
  notes: >-
    Machine-to-machine OAuth 2.0. Client obtains a Bearer access token from the
    token endpoint using HTTP Basic (Base64 ClientId:ClientSecret) with
    grant_type=client_credentials, then presents it as Authorization: Bearer on
    every call. Tokens are valid 24h (expires_in 86400); recommended cache 23h.
    IP allow-listing of partner ranges is required before access is granted.
    Credentials are provisioned per-partner during commercial onboarding.
schemes:
  - name: oauth2ClientCredentials
    type: oauth2
    flow: clientCredentials
    token_endpoint: '{BaasUrl}/authentication'
    grant_type: client_credentials
    client_authentication: basic
    token_type: Bearer
    token_ttl_seconds: 86400
    scope_style: space-delimited
    scope_optional: true
    example_scopes: [general, demo]
    sources: [docs]
  - name: bearerAuth
    type: http
    scheme: bearer
    applied_to: all protected BaaS endpoints
    sources: [docs]
required_headers:
  - name: Authorization
    value: 'Bearer <access_token> (or Basic <base64 clientId:clientSecret> on token request)'
  - name: X-GD-RequestId
    value: New GUID per call, required for tracing and idempotency
  - name: Content-Type
    value: application/json
auth_errors:
  - {status: 401, reason: Incorrect credentials or unauthorized scope}
  - {status: 401, reason: Expired authorization token}
  - {status: 401, reason: Out of credential scopes}
  - {status: 400, reason: Malformed request or wrong grant_type}
constraints:
  ip_allowlisting_required: true
  field_level_encryption: true
  onboarding: contact-sales

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/green-dot-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.