Do refresh_token's expire?

Hi!

Do refresh_token’s expire?

Thanks.

Hello @pedro!

No, they don’t expire, they are tied to the account, and you can always use it to refresh that account’s API bearer.

However, if you regenerate the token (with your email and password), that will update the refresh_token as well.

Have a nice day!
TomasFD

Hi @tomasfd,

Thanks. I did some tests and the old refresh token is also valid (it was the expected behavior) so that is perfect.

Best regards