Authentication
The API accepts 2 different authentication methods:
O auth2 (oauth2)
For detailed authentication instructions, visit https://www.fincalc.co.uk/api-authentication-guide.
| Flow type | authorizationCode |
|---|---|
| Authorization URL | https://api.fincalc.co.uk/oauth/authorize |
| Token URL | https://api.fincalc.co.uk/oauth/token |
| Refresh URL | https://api.fincalc.co.uk/oauth/token |
| Scopes |
|
| Flow type | clientCredentials |
|---|---|
| Token URL | https://api.fincalc.co.uk/api/oauth/token |
| Scopes |
|