Backend API
Get deployment information with settings
cURL
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" }
JWT Bearer token authentication using the Authorization header
Successful response
(i64 formatted as string)
production
staging
development
Show child attributes