Member Token
Authentication
Member Token
Issues a member-level Bearer token using the resource owner password grant. Use this token for API calls made on behalf of a specific member.
POST
Member 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)
