Management
Create Access Token
Exchange the authorization code for an access token
post/auth/token
Headers
Finch-API-Versionstring date required
Header used to specify the version for a given API request. Current version is 2020-09-17.
Content-Typestring required
Used to indicate the original media type of the resource
Request body
Example request
{
"client_id": "6d28c315-5eaa-4071-8ea5-f030eb45edbc",
"client_secret": "<your_client_secret>",
"code": "<your_authorization_code>",
"redirect_uri": "https://example.com"
}Response
Access Token