Fibe · OAuth Scopes

Fibe OAuth Scopes

OAuth 2.0 searched

Fibe publishes 2 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Fibe API on a user’s behalf.

Tokens are issued from https://www.fibe.in/api/mcp/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyFintechLendingPersonal LoansConsumer FinanceIndiaCreditMCPAgent
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://www.fibe.in/api/mcp/oauth/authorize
Token URL
https://www.fibe.in/api/mcp/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
loan.read Read access to a customer's loan and eligibility information. authorizationCode
loan.apply Submit or initiate a loan application on the customer's behalf. authorizationCode

Source

OAuth Scopes

fibe-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://www.fibe.in/.well-known/oauth-authorization-server
docs: https://www.fibe.in/mcp/
schemes:
- name: OAuth2
  source: https://www.fibe.in/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://www.fibe.in/api/mcp/oauth/authorize
    tokenUrl: https://www.fibe.in/api/mcp/oauth/token
scopes:
- scope: loan.read
  description: Read access to a customer's loan and eligibility information.
  flows: [authorizationCode]
  sources: [https://www.fibe.in/.well-known/oauth-authorization-server]
- scope: loan.apply
  description: Submit or initiate a loan application on the customer's behalf.
  flows: [authorizationCode]
  sources: [https://www.fibe.in/.well-known/oauth-authorization-server]
notes: >-
  Scopes are advertised verbatim in Fibe's RFC 8414 authorization-server metadata and
  RFC 9728 protected-resource metadata for the MCP server. Descriptions are curated
  from the scope names; Fibe's /mcp/ documentation page was not reachable at probe time.