const data = await ctx.modules.lobbies.listRegions({
  // Request body
});

Public

No

Request

const data = await ctx.modules.lobbies.listRegions({
  // Request body
});

Request

Object containing the following properties:
PropertyType
tagsRecord<string, string>
All properties are optional.

Response

Response

Object containing the following properties:
PropertyType
regions (*)Array of objects:
  • id: string
  • name: string
  • latitude: number
  • longitude: number
(*) Required.