POST
/
auth
/
refresh-token
{
  "auth_id": "674d0bf5c28b69001f8e03a1",
  "created_at": "2024-04-22T10:00:00Z",
  "updated_at": "2024-04-22T10:00:00Z",
  "access_token": "fa0b97b2-445f-41d2-b50f-fb3b014a301e",
  "expires_at": "2024-04-22T10:00:00Z",
  "refresh_token": "d1a3e281-96b6-4f77-a587-7b6c8c2a96d9",
  "token_type": "Bearer",
  "user_name": "john_doe"
}

Body

application/json

The request body requires only the refresh_token property.

The body is of type object.

Response

200
application/json

Token successfully refreshed. The response body contains the newly created resource.

The response object returned for both /auth endpoints.