POST
Auth Required
Refresh Token
Refresh the current authentication token to extend the session.
https://hoodsly-moc-api.wppool.dev/api/auth/refresh
Response
200 OK
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"token_type": "bearer",
"expires_in": 31622400
}
Response Fields
| Field | Type | Description |
|---|---|---|
access_token | string | New JWT access token |
token_type | string | Token type (always "bearer") |
expires_in | int | Token expiration time in seconds |
Request
GET
/api/v1/status
Response