curl --request GET \
--url http://localhost:3091/v1/api/stripe-connect/refresh \
--header 'Authorization: Bearer <token>'{
"status": 404,
"errorCode": "RESOURCE_NOT_FOUND",
"message": "Ressource non trouvée",
"timestamp": "2023-11-07T05:31:56Z",
"path": "/v1/api/bookings/123",
"debugInfo": "<string>",
"suggestions": [
"<string>"
],
"fieldErrors": [
{
"field": "email",
"message": "must not be blank",
"rejectedValue": {}
}
]
}Public callback: redirects the user to the frontend when the onboarding link has expired.
curl --request GET \
--url http://localhost:3091/v1/api/stripe-connect/refresh \
--header 'Authorization: Bearer <token>'{
"status": 404,
"errorCode": "RESOURCE_NOT_FOUND",
"message": "Ressource non trouvée",
"timestamp": "2023-11-07T05:31:56Z",
"path": "/v1/api/bookings/123",
"debugInfo": "<string>",
"suggestions": [
"<string>"
],
"fieldErrors": [
{
"field": "email",
"message": "must not be blank",
"rejectedValue": {}
}
]
}JWT access token from POST /v1/api/auth/login
Redirect to frontend refresh page