/auth/refresh
POST
https://api.vereinsantrag.de/v1/auth/refresh
AuthenticationService
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.vereinsantrag.de/v1/auth/refresh' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"tokenType": "string",
"accessToken": "string",
"expiresIn": 0,
"refreshToken": "string"
}
Request
Body Params application/json