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

FieldTypeDescription
access_tokenstringNew JWT access token
token_typestringToken type (always "bearer")
expires_inintToken expiration time in seconds
Request
GET /api/v1/status
Response