FI Token
Authentication
FI Token
Issues a FI-level Bearer token using the client credentials grant. Use this token for institution-level operations that do not require a member context.
POST
FI Token
Body
application/json
OAuth 2.0 grant type (client_credentials or password)
Example:
"client_credentials"
OAuth 2.0 client ID
OAuth 2.0 client secret
Space-separated list of requested scopes
Example:
"account:read institution-users:read"
Member username (required for password grant)
Member password (required for password grant)
