Skip to main content

Clients

GET /clients

Get all connected clients for the authenticated API key

Returns a list of all currently connected Foundry VTT clients associated with the provided API key, including their connection details and world information.

Parameters

NameTypeRequiredSourceDescription
x-api-keystringheaderAPI key for authentication

Returns

array - Object containing total count and array of connected client details

Try It Out