get https://api.stackhawk.com/api/v1/auth/refresh-token
Access Refresh
Once authenticated, an issued API Access Token has a will expire after 30 minutes.
This authenticated endpoint will "refresh" the access token by issuing a new jwt token with an extended expiration.
For best practices, use the /refresh
route for refreshing authentication access to extend the API session.