Bearer auth (http)
Send a bearer token
in the Authorization
HTTP header
to authenticate with the API.
The API accepts 2 different authentication methods:
Send a bearer token
in the Authorization
HTTP header
to authenticate with the API.
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 |
|