- Customer Support
- APIs and SDKs FAQs
- Authentication & API Access FAQs
How do I create access and refresh tokens?
Send a GET request to /api/v1/oauth/token/
with the authorisation code and your base64-encoded Client ID
and Client Secret
(Base64(client_id:client_secret)
). The response will include both tokens, with the access token typically expiring in around 6 hours. Docs
If you have any more questions or need assistance, feel free to reach out to us at Hello@frejun.com. We’re here to help!