question

Jagath Bandara avatar image
Jagath Bandara asked Anirban Sen Chowdhary edited

Faxing API token expiration

I'm creating faxing application in Java using Ring central Faxing API. I have some little things to clarify. As I have seen in my testing, Ring Central access token expiration time is one hour and refresh token expiration time is 7 days. So what i want to know is

1. I'm using the Java SDK and is there a documentation regarding it?

2. I need to know all the Message statuses and Read statuses for the sending faxes. Is there any place I could find those or else can someone give them to me via this post?

3. Whether we are able to change this default expiration times or not?

4. Since we are having a different set of access token and refresh token when we do a refresh, is the expiration time for the refresh token also extends to another 7 days from the refresh time

faxapi
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered Anirban Sen Chowdhary edited

Some quick link you can go through for getting all your answers:

https://developers.ringcentral.com/guide/messaging/fax/sending-faxes

https://forums.developers.ringcentral.com/questions/144/fax-faq.html

Not sure you can change the default expiration token time, can try setting expiation time using: refresh_token_ttl=<second> parameter and access_token_ttl parameter (maximum of access_token is 3600)

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.