Skip to main content

Get supported regions

GET 

/api/accounts/:partnerAccountId/supported-regions

Get the list of supported regions for a partner account.

Request

Path Parameters

    partnerAccountId stringrequired

    ID of the partner account.

    Example: 65a7e8ef0d230d0a6bf755e07d39eb02

Responses

Schema

    regions

    object[]

    All regions supported by Immersve

  • Array [

  • code string

    The region's code

    title string

    The region's title

    isAvailable boolean

    Whether the region is available to the given partner account

  • ]

Loading...