GET
/api/environmentPublicDeployment environment
Reports which app environment this auth server runs in.
operationId
get_api_environmentConfigurationAuthentication & permissionsPublic
Anyone — no credentials required
- Accepted credentials
- None required
Responses
application/json
EnvironmentResponse
| Property | Type | Description |
|---|---|---|
| environment* | "development" | "staging" | "test" | "production" |
JSONExample
"environment""development"
Example request
bashcurl
curl -X GET 'https://auth.schemavaults.com/api/environment'