Hi,
I’m trying Authenticate OAuth2.0 import from Caspio (a low code database). I’ve been through the API tutorials on Parabola, but still haven’t had success.
Caspio’s API documentation:
On Parabola API Authorization, I’ve tried these settings:
Authorization:
Authorization Request URL: https://myaccountid.caspio.com/oauth/token (I couldn’t find anything in Caspio about Callback URL or a Return URI, so I used the token auth URL)
Edit URL Parameters: none
Access Tokens:
Access Tokens Request URL: https:///myaccountid.caspio.com/oauth/token
Access Tokens Request Body:
grant_type= client_credentials (just typed in “client_credentials”)
client_id = my client id number
client_secret = my client secret
Refresh Tokens
Refresh Tokens Request URL: https:///myaccountid.caspio.com/oauth/token
Refresh Token Method: POST
Refresh Token Request Body:
token_type = bearer (just wrote “bearer”)
Not not sure what to include in the body here.
Any help would be appreciated !
Thanks,
Tim