# Obnovení JWT tokenu **POST /auth/refresh** Obnoví expirovaný JWT token pomocí refresh tokenu. ## Servers - Produkční server: https://api.mstonjek.cz/v1 (Produkční server) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **refresh_token** (string) Refresh token získaný při přihlášení ## Responses ### 200 Token úspěšně obnoven #### Body: application/json (object) - **token** (string) - **expires_at** (string(date-time)) ### 401 Chyba autentizace #### Body: application/json (object) - **code** (string) - **message** (string) ### 500 Chyba serveru #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)