cURL
curl --request GET \ --url https://operator.io/api/instances \ --header 'Authorization: Bearer <token>'
{ "instances": [ { "id": "<string>", "name": "<string>", "status": "provisioning", "imageTag": "<string>", "avatarUrl": "<string>", "fqdn": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns all instances for the authenticated user.
API key (ck_live_...). Create one in Settings > API Keys.
ck_live_...
List of instances.
Show child attributes