Creates an end user and returns a token pair for them, so you can start reading their data as soon as they connect a bank. The same pair can be re-minted at any time via POST /oauth/token with grant_type=managed_user.The user has no Synci account and no password: send them to the connection portal, where they sign in with a code emailed to this address.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.