Does Uber server_token expires like access_token ?
Note: Access tokens are valid for 30 days. The expiration time is specified in seconds in the ‘expires_in’ key of the token payload.
Can't find any documentation on server_token. TIA
No, the server_token does not expire. The only way it can be changed is by generating a new one in your dashboard.