Refresh auth token
GET {{baseUrl}}/{{version}}/auth/refresh
When you log in successfully to your teamSportz account, an authentication token is received that has your identity information and a time validity.
This endpoint is used to extend the validity time without requiring you to login. Refreshing your authentication token takes proactive measures in order to keep you logged in.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |