Skip to main content
GET
/
Get Deployment Info
curl --request GET \
  --url https://api.wacht.dev/ \
  --header 'Authorization: Bearer <token>'
{
  "deployment_id": "<string>",
  "name": "<string>",
  "environment": "production",
  "settings": {
    "auth_settings": {},
    "display_settings": {},
    "b2b_settings": {},
    "restrictions": {}
  },
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Response

deployment_id
string
name
string
environment
enum<string>
Available options:
production,
staging,
development
settings
object
created_at
string<date-time>