Skip to main content

Fetch Instances

GET 

/instance/fetchInstances

Fetch Instances

Request

Query Parameters

    instanceName string

    Retrieve one or all instances (optional).

    Example: codechat

Responses

Successful response

Schema
  • Array [
  • instance object
    instanceName string
    owner string
    profileName string
    profilePictureUrl string
    auth object
    jwt string
  • ]
Loading...