How to create an OAuth 2.0 Client?

If you're building a custom integration to SendFox which requires users to authenticate in order to get access tokens to make API requests on their behalf, you'll need to create an OAuth 2.0 client. This is easy to do from the "OAuth Apps" settings page found here https://sendfox.com/account/oauth

Using the authorization_code grant type to authenticate users using OAuth 2.0 to retrieve an access token is fairly conventional, more information on that process can be found here: https://www.oauth.com/oauth2-servers/server-side-apps/authorization-code/

Authorization URL

https://sendfox.com/oauth/authorize

Access Token URL

https://sendfox.com/oauth/token

If you need any assistance with this, feel free to reach out to our Support team at support@sendfox.com

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us