Hello everybody.
I’m using the API for intelligent routing for calls in a cloud telephony system (compare incoming phone number to contacts, routes to the appropriate department noted in the Message property). Obviously using the authorization code grant isn’t going to be an option to use for each call. I’m using the refresh token that came with the first OAuth request I sent from Postman, and it’s working great in testing.
Does anybody know if the refresh token expires? I don’t see anything in the documentation indicating that it does, and I’ve been firing off new requests with it throughout the day without any problems.
Thanks,
Matt