Fetch Instances
GET/instance/fetchInstances
Fetch Instances
Request
Query Parameters
instanceName string
Retrieve one or all instances (optional).
Example: codechat
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
instance object
instanceName string
owner string
profileName string
profilePictureUrl string
auth object
jwt string
[
{
"instance": {
"instanceName": "string",
"owner": "string",
"profileName": "string",
"profilePictureUrl": "string"
},
"auth": {
"jwt": "string"
}
}
]
Loading...