server/docs/api/federation.md
2024-08-19 15:16:01 +02:00

359 B

Federation API

The Federation API contains a variety of endpoints for interacting with the Versia Server remote network.

Refetch User

POST /api/v1/accounts/:id/refetch

Refetches the user's account from the remote network.

Response

Returns the updated account object.

// 200 OK
{
    id: string,
    ... // Account object
}