Skip to main content
GET
/
environments
/
{id}
Get environment
curl --request GET \
  --url https://api.verial.ai/environments/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "description": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.verial.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns the full configuration for an environment, including all simulators (FHIR, voice, patient, HL7, X12, fax).

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

id
string
required

Environment ID

Response

Successful response

id
string<date-time>
required
name
string
required
description
string | null
required
created_at
string<date-time>
required